diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 11e092cd..e2307d87 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.19.22 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.21...wxt-v0.19.22) + +### 🩹 Fixes + +- Exclude entire `import.meta.env` object from content script output ([#1267](https://github.com/wxt-dev/wxt/pull/1267)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](http://github.com/aklinker1)) + ## v0.19.21 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.20...wxt-v0.19.21) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 170dd3f8..df666005 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.21", + "version": "0.19.22", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",