Skip to content

Commit 034fdfe

Browse files
github-actions[bot]duniul
authored andcommitted
chore: bump version
1 parent efa65b5 commit 034fdfe

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/famous-mangos-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# clean-modules
22

3+
## 3.0.3
4+
5+
### Patch Changes
6+
7+
- 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)_
8+
39
## 3.0.2
10+
411
<sup>(includes 3.0.0 and 3.0.1, which were unpublished)</sup>
512

613
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clean-modules",
33
"author": "Daniel Grefberg <hello@danielgrefberg.com>",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"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.",
66
"repository": "https://github.com/duniul/clean-modules.git",
77
"homepage": "https://github.com/duniul/clean-modules#readme",

0 commit comments

Comments
 (0)