diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fbc4cc5..63a982d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v1.26.3 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.26.2...v1.26.3) + +### 🩹 Fixes + +- Ts ([b3780ae](https://github.com/s00d/nuxt-i18n-micro/commit/b3780ae)) + +### ❤️ Contributors + +- Pavel Kuzmin ([@s00d](http://github.com/s00d)) + ## v1.26.2 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.26.1...v1.26.2) diff --git a/package.json b/package.json index 3f9b072a..c7e95e13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.26.2", + "version": "1.26.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",