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",