diff --git a/CHANGELOG.md b/CHANGELOG.md index 728e04d..e318553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v0.2.9 + +[compare changes](https://github.com/unjs/magicast/compare/v0.2.8...v0.2.9) + + +### 🚀 Enhancements + + - DeepMergeObject improvements; NumericLiteral and StringLiteral keys ([#63](https://github.com/unjs/magicast/pull/63)) + +### 🏡 Chore + + - Update deps ([15d091e](https://github.com/unjs/magicast/commit/15d091e)) + +### ❤️ Contributors + +- Anthony Fu +- Yaël Guilloux ([@Tahul](http://github.com/Tahul)) + ## v0.2.8 [compare changes](https://github.com/unjs/magicast/compare/v0.2.7...v0.2.8) diff --git a/package.json b/package.json index 9c42d80..17e86a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicast", - "version": "0.2.8", + "version": "0.2.9", "description": "Modify a JS/TS file and write back magically just like JSON!", "repository": "unjs/magicast", "license": "MIT", @@ -65,4 +65,4 @@ ] }, "packageManager": "pnpm@8.6.0" -} +} \ No newline at end of file