From 027ced16309e6de583692d5c9638eaba33953e57 Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Fri, 23 Aug 2024 13:30:23 +0500 Subject: [PATCH] chore(release): v1.7.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aba3fd46..053a0ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog +## v1.7.0 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.6.1...v1.7.0) + +### 🚀 Enhancements + +- **devtools:** Add import/export ([5219fea](https://github.com/s00d/nuxt-i18n-micro/commit/5219fea)) +- **i1tn-t:** Add Dynamic Content ([fa025ca](https://github.com/s00d/nuxt-i18n-micro/commit/fa025ca)) + +### 💅 Refactors + +- **playground:** Add more examples ([934c48e](https://github.com/s00d/nuxt-i18n-micro/commit/934c48e)) +- Clear ([1f6b193](https://github.com/s00d/nuxt-i18n-micro/commit/1f6b193)) + +### 📖 Documentation + +- **i1tn-t:** Add Dynamic Content ([a0661be](https://github.com/s00d/nuxt-i18n-micro/commit/a0661be)) + +### ❤️ Contributors + +- Pavel Kuzmin ([@s00d](http://github.com/s00d)) + ## v1.6.1 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.6.0...v1.6.1) diff --git a/package.json b/package.json index b1bf0c1b..03f85b1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.6.1", + "version": "1.7.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",