From cf554e7b9384fa09695d541cb84dc5118b8374e0 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 29 Sep 2023 14:31:57 +0800 Subject: [PATCH] chore: release v0.30.4 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 707d728..6d1fd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.30.4](https://github.com/rich-harris/magic-string/compare/v0.30.3...v0.30.4) (2023-09-29) + + +### Bug Fixes + +* correct mappings for update containing new line ([#261](https://github.com/rich-harris/magic-string/issues/261)) ([adaece9](https://github.com/rich-harris/magic-string/commit/adaece9f2370fd1266e89f2fc84c294e1f1b935c)) +* use global `btoa`, support services worker, close [#258](https://github.com/rich-harris/magic-string/issues/258) ([#259](https://github.com/rich-harris/magic-string/issues/259)) ([2dea20b](https://github.com/rich-harris/magic-string/commit/2dea20bab7ca0f776013826074d474f476d281bc)) + + + ## [0.30.3](https://github.com/rich-harris/magic-string/compare/v0.30.2...v0.30.3) (2023-08-21) diff --git a/package-lock.json b/package-lock.json index e640a25..7a976f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magic-string", - "version": "0.30.3", + "version": "0.30.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "magic-string", - "version": "0.30.2", + "version": "0.30.3", "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15" diff --git a/package.json b/package.json index c5a5eb6..5420e18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-string", - "version": "0.30.3", + "version": "0.30.4", "description": "Modify strings, generate sourcemaps", "keywords": [ "string",