diff --git a/CHANGELOG.md b/CHANGELOG.md index 7909a3ad..7f262199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v1.1.6 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.1.5...v1.1.6) + ## v1.1.5 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.1.4...v1.1.5) diff --git a/package.json b/package.json index fe70b7b3..538c9156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.1.5", + "version": "1.1.6", "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",