From 54b0530e9e809f2f8ff32f374705b8dba742db94 Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Sun, 18 Aug 2024 13:04:36 +0500 Subject: [PATCH] chore(release): v1.1.8 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78dda58b..349a5168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v1.1.8 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.1.7...v1.1.8) + +### 🩹 Fixes + +- Eslint conflict ([5714fd9](https://github.com/s00d/nuxt-i18n-micro/commit/5714fd9)) + +### ❤️ Contributors + +- Pavel Kuzmin ([@s00d](http://github.com/s00d)) + ## v1.1.7 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.1.6...v1.1.7) diff --git a/package.json b/package.json index 5913ca44..6f7c626e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.1.7", + "version": "1.1.8", "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",