Skip to content

Commit ded833e

Browse files
committedSep 30, 2022
chore: release v0.26.5
1 parent 45a4921 commit ded833e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.26.5](https://github.com/rich-harris/magic-string/compare/v0.26.4...v0.26.5) (2022-09-30)
2+
3+
4+
### Bug Fixes
5+
6+
* update typescript definition file to contain `replaceAll()` ([#224](https://github.com/rich-harris/magic-string/issues/224)) ([45a4921](https://github.com/rich-harris/magic-string/commit/45a49214ba244b906f4d20450debc8edcc06e2a8))
7+
8+
9+
110
## [0.26.4](https://github.com/rich-harris/magic-string/compare/v0.26.3...v0.26.4) (2022-09-22)
211

312

‎package-lock.json

+2-2
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.4",
3+
"version": "0.26.5",
44
"description": "Modify strings, generate sourcemaps",
55
"keywords": [
66
"string",

0 commit comments

Comments
 (0)
Please sign in to comment.