diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 70c869964..1b7baf25d 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v0.19.15 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.14...wxt-v0.19.15) + +### 🚀 Enhancements + +- Extract `wxt/storage` to its own package, `@wxt-dev/storage` ([#1129](https://github.com/wxt-dev/wxt/pull/1129)) + +### 🩹 Fixes + +- Add "/" to `PublicPath` and `browser.runtime.getURL` ([#1171](https://github.com/wxt-dev/wxt/pull/1171)) +- Add extension ID to event used to invalidate `ContentScriptContext` ([#1175](https://github.com/wxt-dev/wxt/pull/1175)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](http://github.com/aklinker1)) +- Nishu ([@nishu-murmu](http://github.com/nishu-murmu)) + ## v0.19.14 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.13...wxt-v0.19.14) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 5e2cd4d36..29f1ac720 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.14", + "version": "0.19.15", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",