From a3301d0413f845b7715fe7d94d807ede084c52ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Apr 2025 13:29:52 +0000 Subject: [PATCH] chore(release): wxt v0.20.1 --- packages/wxt/CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- packages/wxt/package.json | 2 +- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index c702018f..19ac779b 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,6 +1,38 @@ # Changelog +## v0.20.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.0...wxt-v0.20.1) + +### 🚀 Enhancements + +- Enable wxt usage inside of devcontainers ([#1406](https://github.com/wxt-dev/wxt/pull/1406)) +- Type-safe `import.meta.env.BROWSER` with new `targetBrowers` config ([#1574](https://github.com/wxt-dev/wxt/pull/1574)) + +### 🩹 Fixes + +- Don't remove top-level destructured variable definitions when importing entrypoints ([#1561](https://github.com/wxt-dev/wxt/pull/1561)) +- Add JSDoc type annotation to auto-imports for ESlint ([#1558](https://github.com/wxt-dev/wxt/pull/1558)) + +### 📖 Documentation + +- Fix knowledge file generation ([#1550](https://github.com/wxt-dev/wxt/pull/1550)) + +### 🏡 Chore + +- **deps:** Update all dependencies ([#1568](https://github.com/wxt-dev/wxt/pull/1568)) +- Update comment ([61b42ef](https://github.com/wxt-dev/wxt/commit/61b42ef)) + +### ❤️ Contributors + +- 7sDream ([@7sDream](https://github.com/7sDream)) +- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Nostro ([@nostrorom](https://github.com/nostrorom)) +- Khalil Yao ([@yyz945947732](https://github.com/yyz945947732)) +- Alec WM ([@alecdwm](https://github.com/alecdwm)) + ## v0.20.0 + Excited to release the next major version of WXT! Follow the [Upgrade guide](https://wxt.dev/guide/resources/upgrading.html) to update! --- @@ -40,6 +72,7 @@ Excited to release the next major version of WXT! Follow the [Upgrade guide](htt - Aaron ([@aklinker1](https://github.com/aklinker1)) - 1natsu ([@1natsu172](https://github.com/1natsu172)) + ## v0.19.29 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.28...wxt-v0.19.29) @@ -2927,4 +2960,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 83fe1e80..4b373d76 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.0", + "version": "0.20.1", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": {