diff --git a/.changeset/shiny-spoons-shout.md b/.changeset/shiny-spoons-shout.md deleted file mode 100644 index a47d588..0000000 --- a/.changeset/shiny-spoons-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bun-stimulus-plugin": patch ---- - -Lower bundle size by ignoring files. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4ff0d..13c57d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # bun-stimulus-plugin +## 2.0.1 + +### Patch Changes + +- 0e6c277: Lower bundle size by ignoring files. + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index de0a521..37d1f0b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "publishConfig": { "access": "public" }, - "version": "2.0.0", + "version": "2.0.1", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",