diff --git a/CHANGELOG.md b/CHANGELOG.md index cb04d136..a6ef92b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## v1.29.0 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.28.0...v1.29.0) + +### 🚀 Enhancements + +- Fix current locale name not found ([593d857](https://github.com/s00d/nuxt-i18n-micro/commit/593d857)) + +### 🩹 Fixes + +- Current locale name not found ([782d046](https://github.com/s00d/nuxt-i18n-micro/commit/782d046)) +- Current locale name not found ([d7c2491](https://github.com/s00d/nuxt-i18n-micro/commit/d7c2491)) + +### ❤️ Contributors + +- Pavel Kuzmin ([@s00d](http://github.com/s00d)) + ## v1.28.0 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.27.1...v1.28.0) diff --git a/package.json b/package.json index de99d63b..b0d2e366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.28.0", + "version": "1.29.0", "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",