From 1ee5597752c0da873fe36fe08d346182e6fa870a Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Wed, 21 Aug 2024 00:15:07 +0500 Subject: [PATCH] fix --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4093af4..981a8761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,6 @@ [compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.4.0...v1.5.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 ([ae88fe4](https://github.com/s00d/nuxt-i18n-micro/commit/ae88fe4)) -- **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 ([e62dd6c](https://github.com/s00d/nuxt-i18n-micro/commit/e62dd6c)) - ### 🩹 Fixes - Add global types ([9865479](https://github.com/s00d/nuxt-i18n-micro/commit/9865479))