diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 35b1b534b..8ae46dedb 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.19.25 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.24...wxt-v0.19.25) + +### 🩹 Fixes + +- Drop support for vite 6.0.9+ until websocket fix is finished ([8e2badc](https://github.com/wxt-dev/wxt/commit/8e2badc)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](http://github.com/aklinker1)) + ## v0.19.24 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.23...wxt-v0.19.24) @@ -2795,4 +2807,4 @@ Initial release of WXT. Full support for production builds and initial toolkit f ### 🤖 CI - Create validation workflow ([#12](https://github.com/wxt-dev/wxt/pull/12)) -- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13)) +- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13)) \ No newline at end of file diff --git a/packages/wxt/package.json b/packages/wxt/package.json index b96bc54eb..5ee5239c5 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.24", + "version": "0.19.25", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",