diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e2d7e..37b9530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.30.1](https://github.com/rich-harris/magic-string/compare/v0.30.0...v0.30.1) (2023-07-04) + + +### Bug Fixes + +* expose .d.ts as cjs version ([#253](https://github.com/rich-harris/magic-string/issues/253)) ([262e113](https://github.com/rich-harris/magic-string/commit/262e113ee25e9c7d317282b3015102ec932ae2f5)) + + + # [0.30.0](https://github.com/rich-harris/magic-string/compare/v0.29.0...v0.30.0) (2023-02-22) diff --git a/package-lock.json b/package-lock.json index 2c3d072..243272e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magic-string", - "version": "0.30.0", + "version": "0.30.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 87398c8..4570e95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-string", - "version": "0.30.0", + "version": "0.30.1", "description": "Modify strings, generate sourcemaps", "keywords": [ "string",