diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b85fed..569b46d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v1.4.0 + +[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.3.1...v1.4.0) + +### 🚀 Enhancements + +- **i18n): add routesLocaleLinks to link locale files across different routes feat(i18n): add baseURL handling to support CDN usage feat(i18n): add dateBuild to locale fetching for translation updates after rebuilds test(i18n): add tests for routesLocaleLinks functionality docs(i18n:** Update README with routesLocaleLinks documentation ([0f8e415](https://github.com/s00d/nuxt-i18n-micro/commit/0f8e415)) + +### ❤️ Contributors + +- Pavel Kuzmin ([@s00d](http://github.com/s00d)) + ## v1.3.1 [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.3.0...v1.3.1) diff --git a/package.json b/package.json index 643105bd..151e2443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n-micro", - "version": "1.3.1", + "version": "1.4.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",