From d3abb32cb42c06daaf2810c8856f24003f5c1367 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 20 Feb 2024 14:17:52 +0000 Subject: [PATCH] chore(release): v0.16.9 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cfb1104..928690be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## v0.16.9 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.8...v0.16.9) + +### 🚀 Enhancements + +- Support setting side panel options in HTML file ([#468](https://github.com/wxt-dev/wxt/pull/468)) + +### 🩹 Fixes + +- Fix order of ShadowRootUI hooks calling ([#459](https://github.com/wxt-dev/wxt/pull/459)) + +### 📖 Documentation + +- Add wrapper div to react's `createShadowRootUi` example ([bc24ea4](https://github.com/wxt-dev/wxt/commit/bc24ea4)) + +### 🏡 Chore + +- Simplify entrypoint types ([#464](https://github.com/wxt-dev/wxt/pull/464)) + +### ❤️ Contributors + +- Okou + ## v0.16.8 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.7...v0.16.8) diff --git a/package.json b/package.json index dd52b62c..28e2a874 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.16.8", + "version": "0.16.9", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",