diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 4acc1808..0ff11555 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## v0.19.11 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.10...wxt-v0.19.11) + +### 🚀 Enhancements + +- **zip:** Hooks ([#993](https://github.com/wxt-dev/wxt/pull/993)) +- **zip:** `wxt zip --sources` and auto sources for opera ([#1014](https://github.com/wxt-dev/wxt/pull/1014)) + +### 🩹 Fixes + +- Reverse env files priority ([#1016](https://github.com/wxt-dev/wxt/pull/1016)) +- #1005 fixed, by updating type-definations to getItem method. ([#1007](https://github.com/wxt-dev/wxt/pull/1007), [#1005](https://github.com/wxt-dev/wxt/issues/1005)) + +### 🏡 Chore + +- Move some files around ([#996](https://github.com/wxt-dev/wxt/pull/996)) + +### ❤️ Contributors + +- Florian Metz ([@Timeraa](http://github.com/Timeraa)) +- Gurvir Singh ([@baraich](http://github.com/baraich)) +- Mezannic +- Aaron ([@aklinker1](http://github.com/aklinker1)) + ## v0.19.10 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.9...wxt-v0.19.10) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index f423f48f..5a3703a9 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.10", + "version": "0.19.11", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",