Skip to content

Commit

Permalink
chore(release): v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 27, 2024
1 parent d800ae3 commit 2212670
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.3.5

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

### 🚀 Enhancements

- Add `$prepend` and `$append` APIs to `imports` ([#124](https://github.com/unjs/magicast/pull/124))

### 📦 Build

- Fix types exports ([#123](https://github.com/unjs/magicast/pull/123))

### 🏡 Chore

- Update deps ([d800ae3](https://github.com/unjs/magicast/commit/d800ae3))

### ❤️ Contributors

- Anthony Fu <[email protected]>
- Bjorn Lu <[email protected]>

## v0.3.4

[compare changes](https://github.com/unjs/magicast/compare/v0.3.3...v0.3.4)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicast",
"version": "0.3.4",
"version": "0.3.5",
"description": "Modify a JS/TS file and write back magically just like JSON!",
"repository": "unjs/magicast",
"license": "MIT",
Expand Down Expand Up @@ -87,4 +87,4 @@
"object.values": "npm:@nolyfill/object.values@latest"
}
}
}
}

0 comments on commit 2212670

Please sign in to comment.