From 1c3009a48f053a04f8e13a112fe7542e7fa7e47d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 4 Oct 2024 23:12:34 +0000 Subject: [PATCH] chore(release): @wxt-dev/i18n v0.2.0 --- packages/i18n/CHANGELOG.md | 16 ++++++++++++++++ packages/i18n/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 89b873d4..b9d20bea 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.2.0 + +[⚠️ breaking changes](https://wxt.dev/guide/upgrade-guide/wxt) • [compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.1.1...i18n-v0.2.0) + +### 🩹 Fixes + +- ⚠️ Remove invalid options argument ([#1048](https://github.com/wxt-dev/wxt/pull/1048)) + +#### ⚠️ Breaking Changes + +- ⚠️ Remove invalid options argument ([#1048](https://github.com/wxt-dev/wxt/pull/1048)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](http://github.com/aklinker1)) + ## v0.1.1 [compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.1.0...i18n-v0.1.1) diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 8ff5154a..6de879f3 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,7 +1,7 @@ { "name": "@wxt-dev/i18n", "description": "Type-safe wrapper around browser.i18n.getMessage with additional features", - "version": "0.1.1", + "version": "0.2.0", "type": "module", "repository": { "type": "git",