diff --git a/CHANGELOG.md b/CHANGELOG.md index a632ba931..230b3e442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v0.6.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.1...v0.6.2) + +### 🚀 Enhancements + +- `--analyze` build flag ([#125](https://github.com/wxt-dev/wxt/pull/125)) +- Show spinner when building entrypoints ([#126](https://github.com/wxt-dev/wxt/pull/126)) + +### 📖 Documentation + +- Fix import typo ([4c43072](https://github.com/wxt-dev/wxt/commit/4c43072)) +- Update vite docs to use function ([e0929a6](https://github.com/wxt-dev/wxt/commit/e0929a6)) + +### ❤️ Contributors + +- Aaron + ## v0.6.1 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.0...v0.6.1) diff --git a/package.json b/package.json index d77af9d28..c10c284d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.6.1", + "version": "0.6.2", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18.16.0",