diff --git a/CHANGELOG.md b/CHANGELOG.md index e318553..e553b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog +## v0.2.10 + +[compare changes](https://github.com/unjs/magicast/compare/v0.2.9...v0.2.10) + +### 🚀 Enhancements + +- **helpers:** Handle Vite config objects declared as variables in `addVitePlugin` ([#69](https://github.com/unjs/magicast/pull/69)) + +### 🩹 Fixes + +- **object:** Handle nested keys kebab-case style ([#71](https://github.com/unjs/magicast/pull/71)) + +### 🏡 Chore + +- Update deps ([15d091e](https://github.com/unjs/magicast/commit/15d091e)) +- **release:** V0.2.9 ([d9ef2eb](https://github.com/unjs/magicast/commit/d9ef2eb)) +- Update deps ([fd297f0](https://github.com/unjs/magicast/commit/fd297f0)) + +### ❤️ Contributors + +- Anthony Fu +- Lukas Stracke +- Baptiste Leproux + ## v0.2.9 [compare changes](https://github.com/unjs/magicast/compare/v0.2.8...v0.2.9) diff --git a/package.json b/package.json index b374912..8f715d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicast", - "version": "0.2.9", + "version": "0.2.10", "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.10" -} +} \ No newline at end of file