From c51544af9ff1c101bc0b786aaba7b51ef2e06798 Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Sat, 17 Aug 2024 15:46:29 +0500 Subject: [PATCH] chore(release): v1.1.7 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f262199..78dda58b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v1.1.7 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.1.6...v1.1.7) + ## v1.1.6 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.1.5...v1.1.6) diff --git a/package.json b/package.json index 538c9156..b2040b69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.1.6", + "version": "1.1.7", "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",