From d8905d23a4e658af322291b78ea3983a41dc1a6c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 21 Feb 2024 14:17:40 +0000 Subject: [PATCH] chore(release): v0.16.11 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f302eba..e74c72d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.16.11 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.10...v0.16.11) + +### 🩹 Fixes + +- Output main JS file for HTML entrypoints to chunks directory ([#473](https://github.com/wxt-dev/wxt/pull/473)) + +### 🏡 Chore + +- **e2e:** Remove log ([4fda203](https://github.com/wxt-dev/wxt/commit/4fda203)) + +### 🤖 CI + +- Fix codecov warning in release workflow ([7c6973f](https://github.com/wxt-dev/wxt/commit/7c6973f)) +- Upgrade `pnpm/action-setup` to v2 ([905bfc7](https://github.com/wxt-dev/wxt/commit/905bfc7)) + ## v0.16.10 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.9...v0.16.10) diff --git a/package.json b/package.json index 613ca71f..e6607552 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.16.10", + "version": "0.16.11", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",