Skip to content

Commit 34935df

Browse files
committedFeb 22, 2023
chore: release v0.30.0
1 parent e238f04 commit 34935df

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.30.0](https://github.com/rich-harris/magic-string/compare/v0.29.0...v0.30.0) (2023-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* `null` is invalid for `sources` and `file` ([#242](https://github.com/rich-harris/magic-string/issues/242)) ([d4e9c31](https://github.com/rich-harris/magic-string/commit/d4e9c31082491cfa177b31ce725c9ce39491d549))
7+
8+
9+
### Features
10+
11+
* add the ability to ignore-list sources ([#243](https://github.com/rich-harris/magic-string/issues/243)) ([e238f04](https://github.com/rich-harris/magic-string/commit/e238f04be31ec9a3e19b18b75bb5d859f9cb2654))
12+
13+
14+
115
# [0.29.0](https://github.com/rich-harris/magic-string/compare/v0.28.0...v0.29.0) (2023-02-11)
216

317

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

0 commit comments

Comments
 (0)
Please sign in to comment.