Skip to content

Commit f51bfc9

Browse files
committed
chore: release v1.1.0
1 parent ec1a139 commit f51bfc9

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.1.0](https://github.com/Rich-Harris/magic-string/compare/v1.0.0...v1.1.0) (2026-07-23)
2+
3+
### Bug Fixes
4+
5+
* trim replacements longer than the range they replace ([#312](https://github.com/Rich-Harris/magic-string/issues/312)) ([ec1a139](https://github.com/Rich-Harris/magic-string/commit/ec1a13955a4d7623175256520a3eb276ed365af8))
6+
7+
### Performance Improvements
8+
9+
* use a `Map` for tracking chunks ([#313](https://github.com/Rich-Harris/magic-string/issues/313)) ([25d7461](https://github.com/Rich-Harris/magic-string/commit/25d746120d84bd778c100ab75fa658160eb0865d))
10+
111
# [1.0.0](https://github.com/Rich-Harris/magic-string/compare/v0.30.21...v1.0.0) (2026-07-16)
212

313
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magic-string",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"packageManager": "pnpm@11.13.1",
66
"description": "Modify strings, generate sourcemaps",
77
"author": "Rich Harris",

0 commit comments

Comments
 (0)