diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index bc8306c5..7480cbd0 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.20.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.1...wxt-v0.20.2) + +### 🩹 Fixes + +- Fix hashing issue with inline scripts ([#1591](https://github.com/wxt-dev/wxt/pull/1591)) + +### 📖 Documentation + +- Fix typo in changelog ([acb6cd1](https://github.com/wxt-dev/wxt/commit/acb6cd1)) + +### ❤️ Contributors + +- Yunsup Sim ([@SimYunSup](https://github.com/SimYunSup)) +- Aaron ([@aklinker1](https://github.com/aklinker1)) + ## v0.20.1 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.0...wxt-v0.20.1) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 4b373d76..5cad5a77 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.1", + "version": "0.20.2", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": {