diff --git a/CHANGELOG.md b/CHANGELOG.md index cf727119..39aecd3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v0.16.7 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.6...v0.16.7) + +### 🚀 Enhancements + +- Generate ESLint globals file for auto-imports ([#450](https://github.com/wxt-dev/wxt/pull/450)) + +### 🔥 Performance + +- Upgrade Vite to 5.1 ([#452](https://github.com/wxt-dev/wxt/pull/452)) + +### 📖 Documentation + +- Add section about dev mode differences ([a0d1643](https://github.com/wxt-dev/wxt/commit/a0d1643)) +- Remove anchor from content script ui examples ([87a62a1](https://github.com/wxt-dev/wxt/commit/87a62a1)) + +### 🏡 Chore + +- **e2e:** Use `wxt prepare` instead of `wxt build` when possible to speed up E2E tests ([#451](https://github.com/wxt-dev/wxt/pull/451)) + ## v0.16.6 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.5...v0.16.6) diff --git a/package.json b/package.json index af754a12..80800854 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.16.6", + "version": "0.16.7", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",