From 9d97164c2004363cbab9ebf9c27b0a34991b2db2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 10 Feb 2024 10:29:52 +0000 Subject: [PATCH] chore(release): v0.16.6 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe4e9c6..cf727119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## v0.16.6 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.5...v0.16.6) + +### 🚀 Enhancements + +- Add option to customize the analysis artifacts output ([#431](https://github.com/wxt-dev/wxt/pull/431)) + +### 🩹 Fixes + +- Use `insertBefore` on mounting content script UI ([ba85fdf](https://github.com/wxt-dev/wxt/commit/ba85fdf)) + +### 💅 Refactors + +- Use `Element.prepend` on mounting UI ([295f860](https://github.com/wxt-dev/wxt/commit/295f860)) + +### 📖 Documentation + +- Fix `createShadowRootUi` unmount calls ([946072f](https://github.com/wxt-dev/wxt/commit/946072f)) + +### 🏡 Chore + +- Enable skipped test since it works now ([6b8dfdf](https://github.com/wxt-dev/wxt/commit/6b8dfdf)) + +### ❤️ Contributors + +- Lionelhorn +- Okou + ## v0.16.5 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.4...v0.16.5) diff --git a/package.json b/package.json index d9cc92fa..f5fa9eed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.16.5", + "version": "0.16.6", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",