diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6c02c9..2f1c2036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v1.9.0 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.8.0...v1.9.0) + +### 🚀 Enhancements + +- **cache:** Complite integration && test && docs && refactor ([03ece24](https://github.com/s00d/nuxt-i18n-micro/commit/03ece24)) + +### ❤️ Contributors + +- Pavel Kuzmin ([@s00d](http://github.com/s00d)) + ## v1.8.0 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.7.0...v1.8.0) diff --git a/package.json b/package.json index 9b861b00..52ace62a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.8.0", + "version": "1.9.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",