From fca3a9aea27982bf7c02c866d036eddd7d64c41c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Jul 2023 17:14:49 +0000 Subject: [PATCH] chore: bump version --- .changeset/fluffy-spoons-joke.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fluffy-spoons-joke.md 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",