From adf9d39d69a33ca3617c4a7d15a549476248eb4f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 16 Aug 2024 20:16:57 +0000 Subject: [PATCH] chore(release): wxt v0.19.6 --- packages/wxt/CHANGELOG.md | 17 +++++++++++++++++ packages/wxt/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index a6fdbb4e..5ea8e14a 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.19.6 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.5...wxt-v0.19.6) + +### 🔥 Performance + +- Ignore non-source code from the file watcher ([#919](https://github.com/wxt-dev/wxt/pull/919)) + +### 🩹 Fixes + +- Typo in sidepanel options (`browse_style` → `browser_style`) ([#914](https://github.com/wxt-dev/wxt/pull/914)) +- **types:** Don't report type errors when using string templates with `browser.i18n.getMessage` ([#916](https://github.com/wxt-dev/wxt/pull/916)) + +### ❤️ Contributors + +- 1natsu + ## v0.19.5 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.4...wxt-v0.19.5) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index a4189294..9bb4942a 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.5", + "version": "0.19.6", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",