From 203a9cc2343f0493853c990d5b22b02c4adc309e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 8 May 2024 15:50:03 +0000 Subject: [PATCH] chore(release): v0.18.2 --- packages/wxt/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/wxt/package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index f5bca9123..8962d64ba 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v0.18.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.18.1...v0.18.2) + +### 🚀 Enhancements + +- **runner:** Add `keepProfileChanges` option ([#655](https://github.com/wxt-dev/wxt/pull/655)) + +### 🩹 Fixes + +- Automatically detect and add "sidePanel" permission ([5fcaf7c](https://github.com/wxt-dev/wxt/commit/5fcaf7c)) + +### 📖 Documentation + +- Fix `wxt-vitest-plugin` reference ([#650](https://github.com/wxt-dev/wxt/pull/650)) +- Fix spelling mistake in remote-code.md ([#652](https://github.com/wxt-dev/wxt/pull/652)) +- Correct event handler name in handling-updates.md ([#653](https://github.com/wxt-dev/wxt/pull/653)) +- Fix iframe typos ([c74e530](https://github.com/wxt-dev/wxt/commit/c74e530)) + +### ❤️ Contributors + +- Edoan ([@EdoanR](http://github.com/EdoanR)) +- Linus Norton ([@linusnorton](http://github.com/linusnorton)) +- Jeffrey Zang ([@jeffrey-zang](http://github.com/jeffrey-zang)) +- Emmanuel Ferdman + ## v0.18.1 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.18.0...v0.18.1) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index e02a9bb54..ba1a9dbca 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.18.1", + "version": "0.18.2", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",