From 947b24f1b02a8897d6cd8c0cd9b8d7a376a470fd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 4 Oct 2024 18:24:18 +0000 Subject: [PATCH] chore(release): @wxt-dev/i18n v0.1.1 --- packages/i18n/CHANGELOG.md | 19 +++++++++++++++++++ packages/i18n/package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 packages/i18n/CHANGELOG.md diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md new file mode 100644 index 000000000..89b873d4a --- /dev/null +++ b/packages/i18n/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## v0.1.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.1.0...i18n-v0.1.1) + +### 🩹 Fixes + +- Friendly error messages for `null` and `undefined` values inside message files ([#1041](https://github.com/wxt-dev/wxt/pull/1041)) + +### 🏡 Chore + +- Add `oxlint` for linting ([#947](https://github.com/wxt-dev/wxt/pull/947)) +- Upgrade all non-major dependencies ([#1040](https://github.com/wxt-dev/wxt/pull/1040)) + +### ❤️ Contributors + +- Windmillcode0 +- Aaron ([@aklinker1](http://github.com/aklinker1)) \ No newline at end of file diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 2bc1ffd7b..8ff5154aa 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.0", + "version": "0.1.1", "type": "module", "repository": { "type": "git",