diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d6797..60ffa0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.26.3](https://github.com/rich-harris/magic-string/compare/v0.26.2...v0.26.3) (2022-08-30) + + +### Performance Improvements + +* delay guess encoded ([#216](https://github.com/rich-harris/magic-string/issues/216)) ([69b13c7](https://github.com/rich-harris/magic-string/commit/69b13c7a09af742e4f31cf419e8f96e6db32ab5a)) + + + ## [0.26.2](https://github.com/rich-harris/magic-string/compare/v0.26.1...v0.26.2) (2022-05-11) diff --git a/package-lock.json b/package-lock.json index 321afa5..9df8425 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magic-string", - "version": "0.26.2", + "version": "0.26.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e4ced40..fe09622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-string", - "version": "0.26.2", + "version": "0.26.3", "description": "Modify strings, generate sourcemaps", "keywords": [ "string",