diff --git a/CHANGELOG.md b/CHANGELOG.md index f67f8823..6f2e26ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v0.11.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.11.1...v0.11.2) + +### 🩹 Fixes + +- Discover `.js`, `.jsx`, and `.tsx` unlisted scripts correctly ([#274](https://github.com/wxt-dev/wxt/pull/274)) +- Improve duplicate entrypoint name detection and catch the error before loading their config ([#276](https://github.com/wxt-dev/wxt/pull/276)) + +### 📖 Documentation + +- Improve content script UI docs ([#268](https://github.com/wxt-dev/wxt/pull/268)) + +### 🏡 Chore + +- Update sSolid template to vite 5 ([#265](https://github.com/wxt-dev/wxt/pull/265)) +- Add missing navigation item ([bcb93af](https://github.com/wxt-dev/wxt/commit/bcb93af)) + ## v0.11.1 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.11.0...v0.11.1) diff --git a/package.json b/package.json index b4e196ef..a0365599 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.11.1", + "version": "0.11.2", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",