From fe3ca0fcbd769398baa2b947715fba088e82a795 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 16 Dec 2023 17:24:16 +0000 Subject: [PATCH] chore(release): v0.12.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8bf026b..50a5d342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.12.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.12.0...v0.12.1) + +### 🩹 Fixes + +- Upgrade `@webext-core/match-patterns` to `1.0.3` ([#289](https://github.com/wxt-dev/wxt/pull/289)) +- Fix `package.json` lint errors ([#290](https://github.com/wxt-dev/wxt/pull/290)) + +### 🏡 Chore + +- Upgrade templates to `wxt@^0.12.0` ([#285](https://github.com/wxt-dev/wxt/pull/285)) + ## v0.12.0 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.11.2...v0.12.0) diff --git a/package.json b/package.json index c11cf686..f10ea238 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.12.0", + "version": "0.12.1", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",