From 5dd6d4bcaa95ddbef78d0fdee5c5776c92107dd2 Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Mon, 21 Oct 2024 17:20:15 +0500 Subject: [PATCH] chore(release): v1.29.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ef92b0..96b23e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v1.29.1 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.29.0...v1.29.1) + +### 🩹 Fixes + +- Types ([dc11c94](https://github.com/s00d/nuxt-i18n-micro/commit/dc11c94)) + +### ❤️ Contributors + +- Pavel Kuzmin ([@s00d](http://github.com/s00d)) + ## v1.29.0 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.28.0...v1.29.0) diff --git a/package.json b/package.json index d29a7582..afe7ccb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.29.0", + "version": "1.29.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",