Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and duniul committed Aug 7, 2023
1 parent efa65b5 commit 034fdfe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-mangos-thank.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# clean-modules

## 3.0.3

### Patch Changes

- Fix `import.meta.url` not being transpiled to an equivalent value for CJS builds. _[`#22`](https://github.com/duniul/clean-modules/pull/22) [`efa65b5`](https://github.com/duniul/clean-modules/commit/efa65b5aa011053f57279eb9233c83331549e3f8) [@duniul](https://github.com/duniul)_

## 3.0.2

<sup>(includes 3.0.0 and 3.0.1, which were unpublished)</sup>

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clean-modules",
"author": "Daniel Grefberg <[email protected]>",
"version": "3.0.2",
"version": "3.0.3",
"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",
Expand Down

0 comments on commit 034fdfe

Please sign in to comment.