From ae1e27657737732cd6e8b1082f3d0c7bd651868e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 22 Oct 2024 13:45:03 +0000 Subject: [PATCH] chore(release): wxt v0.19.13 --- 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 bb691427..333c1458 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.19.13 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.12...wxt-v0.19.13) + +### 🚀 Enhancements + +- **env:** Load env from `.env.[browser]` variants ([#1078](https://github.com/wxt-dev/wxt/pull/1078)) + +### 🩹 Fixes + +- Don't use `#private` member variables in `ContentScriptContext` ([#1103](https://github.com/wxt-dev/wxt/pull/1103)) + +### ❤️ Contributors + +- Craig Slusher +- Aaron + ## v0.19.12 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.11...wxt-v0.19.12) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index b3c6a2e2..11259f9e 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.12", + "version": "0.19.13", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",