From 719192b1aab7263f1bb2015610400b134288e012 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 19 Apr 2025 00:40:32 +0000 Subject: [PATCH] chore(release): wxt v0.20.2 --- 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 bc8306c5..7480cbd0 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.20.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.1...wxt-v0.20.2) + +### 🩹 Fixes + +- Fix hashing issue with inline scripts ([#1591](https://github.com/wxt-dev/wxt/pull/1591)) + +### 📖 Documentation + +- Fix typo in changelog ([acb6cd1](https://github.com/wxt-dev/wxt/commit/acb6cd1)) + +### ❤️ Contributors + +- Yunsup Sim ([@SimYunSup](https://github.com/SimYunSup)) +- Aaron ([@aklinker1](https://github.com/aklinker1)) + ## v0.20.1 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.0...wxt-v0.20.1) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 4b373d76..5cad5a77 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.1", + "version": "0.20.2", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": {