From d708eca78e3ed6f0b55f5173c0b5094c196e7ee9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 12 Jan 2025 22:48:50 +0000 Subject: [PATCH] chore(release): wxt v0.19.24 --- packages/wxt/CHANGELOG.md | 22 +++++++++++++++++++++- packages/wxt/package.json | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 97b3be0eb..cef1261df 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v0.19.24 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.23...wxt-v0.19.24) + +### 🩹 Fixes + +- **init:** Remove "experimental" from bun package manager ([b150a52](https://github.com/wxt-dev/wxt/commit/b150a52)) +- **web-ext:** Correctly pass `browserConsole` option to open devtools in Firefox ([#1308](https://github.com/wxt-dev/wxt/pull/1308)) +- `autoMount` not working if anchor is already present ([#1350](https://github.com/wxt-dev/wxt/pull/1350)) + +### 🏡 Chore + +- Fix typo in CLI docs ([028c601](https://github.com/wxt-dev/wxt/commit/028c601)) + +### ❤️ Contributors + +- 1natsu ([@1natsu172](http://github.com/1natsu172)) +- Paulo Pinto +- Aaron ([@aklinker1](http://github.com/aklinker1)) + ## v0.19.23 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.22...wxt-v0.19.23) @@ -2775,4 +2795,4 @@ Initial release of WXT. Full support for production builds and initial toolkit f ### 🤖 CI - Create validation workflow ([#12](https://github.com/wxt-dev/wxt/pull/12)) -- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13)) +- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13)) \ No newline at end of file diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 4b7fdb52c..e20c5f8f0 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.23", + "version": "0.19.24", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",