diff --git a/.changeset/happy-lobsters-melt.md b/.changeset/happy-lobsters-melt.md deleted file mode 100644 index 35294b1..0000000 --- a/.changeset/happy-lobsters-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'clean-modules': patch ---- - -Include `dist` in package 🙈 diff --git a/CHANGELOG.md b/CHANGELOG.md index 111d578..930bbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # clean-modules +## 3.0.1 + +### Patch Changes + +- Include `dist` in package 🙈 _[`671086d`](https://github.com/duniul/clean-modules/commit/671086d3f1617128c2492a815310a19c95d5f79a) [@duniul](https://github.com/duniul)_ + ## 3.0.0 ### Major Changes diff --git a/package.json b/package.json index a50f7ba..9d4e526 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "clean-modules", "author": "Daniel Grefberg ", - "version": "3.0.0", + "version": "3.0.1", "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",