diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3c41d..c040927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.26.6](https://github.com/rich-harris/magic-string/compare/v0.26.5...v0.26.6) (2022-10-05) + + +### Features + +* add `update` method as safer alternative to `overwrite` ([#212](https://github.com/rich-harris/magic-string/issues/212)) ([9a312e3](https://github.com/rich-harris/magic-string/commit/9a312e37a02629f7496c6cfcf307832e991669a3)) + + + ## [0.26.5](https://github.com/rich-harris/magic-string/compare/v0.26.4...v0.26.5) (2022-09-30) diff --git a/package-lock.json b/package-lock.json index 87fed18..ba7fe95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magic-string", - "version": "0.26.5", + "version": "0.26.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 480d488..ff48cd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-string", - "version": "0.26.5", + "version": "0.26.6", "description": "Modify strings, generate sourcemaps", "keywords": [ "string",