From 63f507ecf5bce3d3ea6497548a22c8ba027c9dd2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 13 Dec 2023 21:57:34 +0000 Subject: [PATCH] chore(release): v0.12.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2e26ac..30aeee2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v0.12.0 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.11.2...v0.12.0) + +### 🚀 Enhancements + +- ⚠️ Add support for "main world" content scripts ([#284](https://github.com/wxt-dev/wxt/pull/284)) + +### 🩹 Fixes + +- Only use type imports for Vite ([#278](https://github.com/wxt-dev/wxt/pull/278)) +- Throw error when no entrypoints are found ([#283](https://github.com/wxt-dev/wxt/pull/283)) + +### 📖 Documentation + +- Improve content script UI guide ([#272](https://github.com/wxt-dev/wxt/pull/272)) +- Fix dead links ([291d25b](https://github.com/wxt-dev/wxt/commit/291d25b)) + +### 🏡 Chore + +- Convert WXT CLI to an ESM binary ([#279](https://github.com/wxt-dev/wxt/pull/279)) + +#### ⚠️ Breaking Changes + +- ⚠️ Add support for "main world" content scripts ([#284](https://github.com/wxt-dev/wxt/pull/284)) + ## v0.11.2 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.11.1...v0.11.2) diff --git a/package.json b/package.json index fbf06a2c..a0a7cb23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.11.2", + "version": "0.12.0", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",