From aa0ac9352fa2bc0798e70e63623cb48d1a1897bc Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 14 Jan 2024 21:00:25 +0100 Subject: [PATCH] chore(release): v0.3.3 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bb17a6..e3c1a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- Ari Perkkiö ([@AriPerkkio](http://github.com/AriPerkkio)) + ## v0.3.2 [compare changes](https://github.com/unjs/magicast/compare/v0.3.1...v0.3.2) diff --git a/package.json b/package.json index ef7806b..2f32d0c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -96,4 +96,4 @@ "which-typed-array": "npm:@nolyfill/which-typed-array@latest" } } -} +} \ No newline at end of file