From 760722442ebce1620d7b5cb02cc1b2f711fb8a7a Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Fri, 27 Sep 2024 03:09:42 +0500 Subject: [PATCH] chore(release): v1.20.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dff7950..bdb20373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v1.20.0 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.19.2...v1.20.0) + +### 🚀 Enhancements + +- Added global configuration for custom routes via globalLocaleRoutes ([d303499](https://github.com/s00d/nuxt-i18n-micro/commit/d303499)) + +### 📖 Documentation + +- Update documentation structure ([3c5ad7c](https://github.com/s00d/nuxt-i18n-micro/commit/3c5ad7c)) + +### ❤️ Contributors + +- Pavel Kuzmin ([@s00d](http://github.com/s00d)) + ## v1.19.2 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.19.1...v1.19.2) diff --git a/package.json b/package.json index efa70178..cbddbe45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.19.2", + "version": "1.20.0", "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",