From f46087e63a10a8ed9e8694d80b6312e0efd98220 Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Mon, 19 Aug 2024 23:34:04 +0500 Subject: [PATCH] chore(release): v1.1.14 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acf88e00..640cbe3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v1.1.14 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.1.13...v1.1.14) + +### 🩹 Fixes + +- MergeTranslations ([321d2d9](https://github.com/s00d/nuxt-i18n-micro/commit/321d2d9)) + +### 📖 Documentation + +- Add $defineI18nRoute info, i18n-t info ([ff9f58f](https://github.com/s00d/nuxt-i18n-micro/commit/ff9f58f)) + +### ❤️ Contributors + +- Pavel Kuzmin ([@s00d](http://github.com/s00d)) + ## v1.1.13 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.1.12...v1.1.13) diff --git a/package.json b/package.json index c16ebb39..ab2db633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.1.13", + "version": "1.1.14", "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",