From 49fff614f9a60e456ef85707b2b47dd8c8f68aba Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Mon, 26 Aug 2024 18:38:52 +0500 Subject: [PATCH] chore(release): v1.9.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",