Skip to content

Commit e9b2ea2

Browse files
committedOct 9, 2022
chore: release v0.26.7
1 parent 01d033e commit e9b2ea2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.26.7](https://github.com/rich-harris/magic-string/compare/v0.26.6...v0.26.7) (2022-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid mutating provided options ([#227](https://github.com/rich-harris/magic-string/issues/227)) ([01d033e](https://github.com/rich-harris/magic-string/commit/01d033e6e8630ef1d0482d9a3899f1da2bf933d5))
7+
8+
9+
110
## [0.26.6](https://github.com/rich-harris/magic-string/compare/v0.26.5...v0.26.6) (2022-10-05)
211

312

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magic-string",
3-
"version": "0.26.6",
3+
"version": "0.26.7",
44
"description": "Modify strings, generate sourcemaps",
55
"keywords": [
66
"string",

0 commit comments

Comments
 (0)
Please sign in to comment.