diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 0053488a..660bfe94 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.19.29 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.28...wxt-v0.19.29) + +### 🚀 Enhancements + +- Tolerate syntax errors ([#1437](https://github.com/wxt-dev/wxt/pull/1437)) + +### 🩹 Fixes + +- Support `registration: "runtime"` for MV2 ([#1431](https://github.com/wxt-dev/wxt/pull/1431)) + +### ❤️ Contributors + +- Thomas ([@harmonyharmo](http://github.com/harmonyharmo)) +- Alec Larson ([@aleclarson](http://github.com/aleclarson)) + ## v0.19.28 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.27...wxt-v0.19.28) @@ -2870,4 +2887,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 59179089..39ca18ad 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.28", + "version": "0.19.29", "description": "⚡ Next-gen Web Extension Framework", "repository": { "type": "git",