diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index e2307d879..2ea7fa6b2 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v0.19.23 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.22...wxt-v0.19.23) + +### 🚀 Enhancements + +- **hooks:** Move `entrypoints:resolved` before debug logs and add `entrypoints:found` ([#1292](https://github.com/wxt-dev/wxt/pull/1292)) + +### 🩹 Fixes + +- Allow runtime registered content scripts to not have `matches` ([#1306](https://github.com/wxt-dev/wxt/pull/1306)) +- Properly close readline instance on close ([#1278](https://github.com/wxt-dev/wxt/pull/1278)) + +### 📖 Documentation + +- Sync READMEs ([27298b7](https://github.com/wxt-dev/wxt/commit/27298b7)) + +### 🏡 Chore + +- Simplify keyboard shortcuts ([#1284](https://github.com/wxt-dev/wxt/pull/1284)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](http://github.com/aklinker1)) +- Abhigyan Trips + ## v0.19.22 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.21...wxt-v0.19.22) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index df666005d..4b7fdb52c 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.22", + "version": "0.19.23", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",