diff --git a/.changeset/famous-mangos-thank.md b/.changeset/famous-mangos-thank.md
deleted file mode 100644
index 327fd20..0000000
--- a/.changeset/famous-mangos-thank.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'clean-modules': patch
----
-
-Fix `import.meta.url` not being transpiled to an equivalent value for CJS builds.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cabac72..04c1716 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
+
(includes 3.0.0 and 3.0.1, which were unpublished)
### Major Changes
diff --git a/package.json b/package.json
index 8d95628..bfa104d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "clean-modules",
"author": "Daniel Grefberg ",
- "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",