diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 859bb487..4a60b50f 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.2.3 + +[compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.2.2...i18n-v0.2.3) + +### 🩹 Fixes + +- Prevent app crashes from parse errors due to incomplete file saves ([#1114](https://github.com/wxt-dev/wxt/pull/1114)) + +### 📖 Documentation + +- Cleanup typos and broken links ([bb5ea34](https://github.com/wxt-dev/wxt/commit/bb5ea34)) + +### ❤️ Contributors + +- Bread Grocery +- Aaron ([@aklinker1](http://github.com/aklinker1)) + ## v0.2.2 [compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.2.1...i18n-v0.2.2) diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 66a2f189..533b3cf7 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.2", + "version": "0.2.3", "type": "module", "repository": { "type": "git",