diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index f1186769..b00fd20a 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v0.20.4 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.3...wxt-v0.20.4) + +### 🚀 Enhancements + +- Ignore popup/index.ts instead of erroring ([#1520](https://github.com/wxt-dev/wxt/pull/1520)) +- Ignore elements with a `vite-ignore` or `wxt-ignore` attribute ([#1603](https://github.com/wxt-dev/wxt/pull/1603)) +- Add `{{packageVersion}}` as template variable ([#1604](https://github.com/wxt-dev/wxt/pull/1604)) + +### 🩹 Fixes + +- Adding missing `""` to `PublicPath` and `browser.runtime.getUrl` ([#1597](https://github.com/wxt-dev/wxt/pull/1597)) +- Fix CORS error in Firefox ([#1607](https://github.com/wxt-dev/wxt/pull/1607)) + +### 📖 Documentation + +- **Content Script UI:** Add additional details about when `onRemove` is called ([656a9b3](https://github.com/wxt-dev/wxt/commit/656a9b3)) + +### ❤️ Contributors + +- Yunsup Sim +- ТΞNSΛI +- Nishu ([@nishu-murmu](https://github.com/nishu-murmu)) +- Aaron ([@aklinker1](https://github.com/aklinker1)) + ## v0.20.3 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.2...wxt-v0.20.3) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index c8a8185a..4cda5f4f 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.3", + "version": "0.20.4", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": {