diff --git a/.changeset/chilly-planes-explode.md b/.changeset/chilly-planes-explode.md deleted file mode 100644 index 6fc6b0b..0000000 --- a/.changeset/chilly-planes-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"maath": minor ---- - -adds entry point that exports everything diff --git a/packages/maath/CHANGELOG.md b/packages/maath/CHANGELOG.md index f9bc1b7..a69d758 100644 --- a/packages/maath/CHANGELOG.md +++ b/packages/maath/CHANGELOG.md @@ -1,5 +1,11 @@ # maath +## 0.1.0 + +### Minor Changes + +- 1a033d1: adds entry point that exports everything + ## 0.0.2 ### Patch Changes diff --git a/packages/maath/package.json b/packages/maath/package.json index 3391438..9073830 100644 --- a/packages/maath/package.json +++ b/packages/maath/package.json @@ -1,6 +1,6 @@ { "name": "maath", - "version": "0.0.2", + "version": "0.1.0", "license": "MIT", "main": "dist/maath.cjs.js", "module": "dist/maath.esm.js",