diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ffa0c..46505eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.26.4](https://github.com/rich-harris/magic-string/compare/v0.26.3...v0.26.4) (2022-09-22) + + +### Features + +* fix `.replace()` when searching string, add `.replaceAll()` ([#222](https://github.com/rich-harris/magic-string/issues/222)) ([04a05bd](https://github.com/rich-harris/magic-string/commit/04a05bdc9bf56e00e616a0ae07923fbd9b63fbd0)) + + +### Performance Improvements + +* avoiding use of Object.defineProperty in Chunk constructor ([#219](https://github.com/rich-harris/magic-string/issues/219)) ([130794b](https://github.com/rich-harris/magic-string/commit/130794bb8bfd9f21eb1f50c36a1da8eb5443d256)) + + + ## [0.26.3](https://github.com/rich-harris/magic-string/compare/v0.26.2...v0.26.3) (2022-08-30) diff --git a/package-lock.json b/package-lock.json index 2592cd8..cf191de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magic-string", - "version": "0.26.3", + "version": "0.26.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 72a71e6..59def5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-string", - "version": "0.26.3", + "version": "0.26.4", "description": "Modify strings, generate sourcemaps", "keywords": [ "string",