Skip to content

Commit

Permalink
chore(release): v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 14, 2024
1 parent 122409f commit aa0ac93
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
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.3

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

### 🚀 Enhancements

- Support `ArrowFunctionExpression` ([#98](https://github.com/unjs/magicast/pull/98))

### 🏡 Chore

- Update deps and test snaps ([122409f](https://github.com/unjs/magicast/commit/122409f))

### ❤️ Contributors

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

## v0.3.2

[compare changes](https://github.com/unjs/magicast/compare/v0.3.1...v0.3.2)
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.2",
"version": "0.3.3",
"description": "Modify a JS/TS file and write back magically just like JSON!",
"repository": "unjs/magicast",
"license": "MIT",
Expand Down Expand Up @@ -96,4 +96,4 @@
"which-typed-array": "npm:@nolyfill/which-typed-array@latest"
}
}
}
}

0 comments on commit aa0ac93

Please sign in to comment.