diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b425d97..6dff42ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v1.20.3 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.20.2...v1.20.3) + +### 🩹 Fixes + +- Add loadTranslationsIfNeeded catch ([6a36189](https://github.com/s00d/nuxt-i18n-micro/commit/6a36189)) + +### ❤️ Contributors + +- Pavel Kuzmin ([@s00d](http://github.com/s00d)) + ## v1.20.2 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.20.1...v1.20.2) diff --git a/package.json b/package.json index 392eb9bb..720aa004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.20.2", + "version": "1.20.3", "description": "Nuxt I18n Micro is a lightweight, high-performance internationalization module for Nuxt, designed to handle multi-language support with minimal overhead, fast build times, and efficient runtime performance.", "repository": "s00d/nuxt-i18n-micro", "license": "MIT",