diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 8ae46dedb..96527bee4 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.19.26 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.25...wxt-v0.19.26) + +### 🩹 Fixes + +- **context:** Deduplicate `wxt:content-script-started` ([#1364](https://github.com/wxt-dev/wxt/pull/1364)) + +### ❤️ Contributors + +- Deniz Uğur ([@DenizUgur](http://github.com/DenizUgur)) + ## v0.19.25 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.24...wxt-v0.19.25) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 5ee5239c5..14cdc531f 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.25", + "version": "0.19.26", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",