From 635f3f08984085ed2b7d4eba0e786c9246e94d7f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 28 Jan 2025 06:46:49 +0000 Subject: [PATCH] chore(release): wxt v0.19.26 --- packages/wxt/CHANGELOG.md | 12 ++++++++++++ packages/wxt/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",