From 6e5c8062e4a35b1de7764f5fb29c00c06a199915 Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Wed, 21 Aug 2024 00:29:15 +0500 Subject: [PATCH] chore(release): v1.5.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 981a8761..52a3264a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v1.5.1 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.5.0...v1.5.1) + ## v1.5.0 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.4.0...v1.5.0) diff --git a/package.json b/package.json index b75d05f4..2476a178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.5.0", + "version": "1.5.1", "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",