diff --git a/.changeset/fluffy-spoons-joke.md b/.changeset/fluffy-spoons-joke.md deleted file mode 100644 index 2957659..0000000 --- a/.changeset/fluffy-spoons-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'clean-modules': patch ---- - -Ensure `dist` is built properly... diff --git a/CHANGELOG.md b/CHANGELOG.md index 930bbf7..e237a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # clean-modules +## 3.0.2 + +### Patch Changes + +- Ensure `dist` is built properly... _[`6ca7cac`](https://github.com/duniul/clean-modules/commit/6ca7cac570d40e607760884488440f4c3d989c5c) [@duniul](https://github.com/duniul)_ + ## 3.0.1 ### Patch Changes diff --git a/package.json b/package.json index 5c20a00..8d95628 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "clean-modules", "author": "Daniel Grefberg ", - "version": "3.0.1", + "version": "3.0.2", "description": "Clean up/prune unnecessary files and reduce the size of your `node_modules` directory. Useful for CI caches or for reducing the size of serverless functions.", "repository": "https://github.com/duniul/clean-modules.git", "homepage": "https://github.com/duniul/clean-modules#readme",