From f9b707f8eee8bbc6f29aa1adb8bf50b69b0cdf77 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 11 Nov 2023 01:24:12 +0100 Subject: [PATCH] chore(release): v0.3.2 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edeee04..8bb17a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- Ari Perkkiö ([@AriPerkkio](http://github.com/AriPerkkio)) + ## v0.3.1 [compare changes](https://github.com/unjs/magicast/compare/v0.3.0...v0.3.1) diff --git a/package.json b/package.json index 5fdf765..fef6132 100644 --- a/package.json +++ b/package.json @@ -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",