Skip to content

Commit 2212670

Browse files
committed
chore(release): v0.3.5
1 parent d800ae3 commit 2212670

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v0.3.5
4+
5+
[compare changes](https://github.com/unjs/magicast/compare/v0.3.4...v0.3.5)
6+
7+
### 🚀 Enhancements
8+
9+
- Add `$prepend` and `$append` APIs to `imports` ([#124](https://github.com/unjs/magicast/pull/124))
10+
11+
### 📦 Build
12+
13+
- Fix types exports ([#123](https://github.com/unjs/magicast/pull/123))
14+
15+
### 🏡 Chore
16+
17+
- Update deps ([d800ae3](https://github.com/unjs/magicast/commit/d800ae3))
18+
19+
### ❤️ Contributors
20+
21+
- Anthony Fu <github@antfu.me>
22+
- Bjorn Lu <bjornlu.dev@gmail.com>
23+
324
## v0.3.4
425

526
[compare changes](https://github.com/unjs/magicast/compare/v0.3.3...v0.3.4)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicast",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Modify a JS/TS file and write back magically just like JSON!",
55
"repository": "unjs/magicast",
66
"license": "MIT",
@@ -87,4 +87,4 @@
8787
"object.values": "npm:@nolyfill/object.values@latest"
8888
}
8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)