From d20bc5d3186f80b0ba60488b21d411ab183401b3 Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Tue, 20 Aug 2024 12:17:58 +0500 Subject: [PATCH] chore(release): v1.2.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6298a8f..83ef1b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v1.2.0 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.1.16...v1.2.0) + +### 🚀 Enhancements + +- **devtools:** Use devtools uikit ([f244ef5](https://github.com/s00d/nuxt-i18n-micro/commit/f244ef5)) + +### 🩹 Fixes + +- **types:** Augment `@vue/runtime-core` and fix $getLocales return type ([546ae33](https://github.com/s00d/nuxt-i18n-micro/commit/546ae33)) +- Create locales files ([9dfcb87](https://github.com/s00d/nuxt-i18n-micro/commit/9dfcb87)) + +### ❤️ Contributors + +- Pavel Kuzmin ([@s00d](http://github.com/s00d)) +- Artem Zhirov ([@azhirov](http://github.com/azhirov)) +- Osama Haikal + ## v1.1.16 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.1.15...v1.1.16) diff --git a/package.json b/package.json index 53432eb8..668d95ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.1.16", + "version": "1.2.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",