diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da4835e..c14a4781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## v0.11.0 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.10.4...v0.11.0) + +### 🚀 Enhancements + +- ⚠️ Vite 5 support ([#261](https://github.com/wxt-dev/wxt/pull/261)) + +### 📖 Documentation + +- Adds tl;dv to homepage ([#260](https://github.com/wxt-dev/wxt/pull/260)) + +### 🏡 Chore + +- Speed up CI using `pnpm` instead of `npm` ([#259](https://github.com/wxt-dev/wxt/pull/259)) +- Abstract vite from WXT's core logic ([#242](https://github.com/wxt-dev/wxt/pull/242)) + +#### ⚠️ Breaking Changes + +- ⚠️ Vite 5 support ([#261](https://github.com/wxt-dev/wxt/pull/261)) + +### ❤️ Contributors + +- Ítalo Brasil ([@italodeverdade](http://github.com/italodeverdade)) + ## v0.10.4 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.10.3...v0.10.4) diff --git a/package.json b/package.json index 80748ade..2b12ef23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.10.4", + "version": "0.11.0", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",