diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 7480cbd0..f1186769 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.20.3 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.2...wxt-v0.20.3) + +### 🚀 Enhancements + +- Automatically place document-level CSS outside shadow root ([#1594](https://github.com/wxt-dev/wxt/pull/1594)) + +### 🩹 Fixes + +- Fix double hashing of inline script keys ([b0f4ac8](https://github.com/wxt-dev/wxt/commit/b0f4ac8)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) + ## v0.20.2 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.1...wxt-v0.20.2) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 36c29e64..c8a8185a 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.2", + "version": "0.20.3", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": {