Skip to content

Commit

Permalink
chore(release): v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 11, 2023
1 parent 32efceb commit f9b707f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## v0.3.2

[compare changes](https://github.com/unjs/magicast/compare/v0.3.1...v0.3.2)

### 🩹 Fixes

- Quoted properties of `ObjectExpression` not in exports proxy ([#94](https://github.com/unjs/magicast/pull/94))

### 🏡 Chore

- Rebuild lock ([32efceb](https://github.com/unjs/magicast/commit/32efceb))

### ❤️ Contributors

- Anthony Fu <[email protected]>
- Ari Perkkiö ([@AriPerkkio](https://github.com/AriPerkkio))

## v0.3.1

[compare changes](https://github.com/unjs/magicast/compare/v0.3.0...v0.3.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicast",
"version": "0.3.1",
"version": "0.3.2",
"description": "Modify a JS/TS file and write back magically just like JSON!",
"repository": "unjs/magicast",
"license": "MIT",
Expand Down

0 comments on commit f9b707f

Please sign in to comment.