diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 6f69421f4..11e092cd0 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.19.21 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.20...wxt-v0.19.21) + +### 🩹 Fixes + +- Exclude skipped entrypoints from manifest ([#1265](https://github.com/wxt-dev/wxt/pull/1265)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](http://github.com/aklinker1)) + ## v0.19.20 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.19...wxt-v0.19.20) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 4daacc71a..170dd3f8c 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.20", + "version": "0.19.21", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",