From c30adb409cbd040d1dab7516b07601f2d08dc5b2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 23 Oct 2024 13:44:57 +0000 Subject: [PATCH] chore(release): @wxt-dev/i18n v0.2.2 --- packages/i18n/CHANGELOG.md | 12 ++++++++++++ packages/i18n/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index ec1a39df..859bb487 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.2.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.2.1...i18n-v0.2.2) + +### 🚀 Enhancements + +- Add support for configuring the `locales` directory ([#1109](https://github.com/wxt-dev/wxt/pull/1109)) + +### ❤️ Contributors + +- Bread Grocery + ## v0.2.1 [compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.2.0...i18n-v0.2.1) diff --git a/packages/i18n/package.json b/packages/i18n/package.json index d079c9e1..66a2f189 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.2.1", + "version": "0.2.2", "type": "module", "repository": { "type": "git",