diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index ed33e201..eeec2690 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v0.20.11 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.10...wxt-v0.20.11) + +### 🩹 Fixes + +- Split `wxt/testing` into separate modules to fix issues with `jsdom` and `happy-dom` ([#1844](https://github.com/wxt-dev/wxt/pull/1844)) +- `input_components` is supported by mv3 ([#1881](https://github.com/wxt-dev/wxt/pull/1881)) + +### 🏡 Chore + +- **deps:** Upgrade project subdependencies ([#1882](https://github.com/wxt-dev/wxt/pull/1882)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Qijia Liu +- Marcellino Ornelas ([@marcellino-ornelas](https://github.com/marcellino-ornelas)) + ## v0.20.10 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.9...wxt-v0.20.10) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index a8482382..5bec1f5e 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.10", + "version": "0.20.11", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": {