From b3770a226db73d9e68690cbec3ba5cd103437544 Mon Sep 17 00:00:00 2001 From: kazupon Date: Mon, 28 Nov 2022 08:40:42 +0000 Subject: [PATCH] chore: generate changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e281c3e2a..163010ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# v8.0.0-beta.5 (2022-11-28T08:40:36Z) + +This changelog is generated by [GitHub Releases](https://github.com/nuxt-community/i18n-module/releases/tag/v8.0.0-beta.5) + +###    🚨 Breaking Changes + +- Custom routes optimized for Nuxt 3 file based routing  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1673 [(a7fc4)](https://github.com/nuxt-community/i18n-module/commit/a7fc4de) + +###    🐞 Bug Fixes + +- Use nuxt3 rc12 on nuxtjs/i18n package with resolution field  -  by @kazupon [(52b36)](https://github.com/nuxt-community/i18n-module/commit/52b3666) +- Enable includeUprefixedFallback on nitro:init hook  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1642 [(f7f71)](https://github.com/nuxt-community/i18n-module/commit/f7f719a) +- Upgrade vue-i18n-routing for peer deps issue  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1646 [(4ba61)](https://github.com/nuxt-community/i18n-module/commit/4ba6102) +- Resolve deps modules  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1653 [(b832f)](https://github.com/nuxt-community/i18n-module/commit/b832f07) +- V8 docs with docus official release version  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1657 [(3a466)](https://github.com/nuxt-community/i18n-module/commit/3a466a5) +- Cannot export some perperties and functions via useI18n as local scope  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1663 [(378e2)](https://github.com/nuxt-community/i18n-module/commit/378e2de) +- AlwaysRedirect in detectBrowserLanguage  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1668 [(b0659)](https://github.com/nuxt-community/i18n-module/commit/b065900) +- API type completion  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1682 [(bdf0d)](https://github.com/nuxt-community/i18n-module/commit/bdf0d55) +- **gen**: Consider named functions  -  by @ineshbose in https://github.com/nuxt-community/i18n-module/issues/1616 and https://github.com/nuxt-community/i18n-module/issues/1617 [(e928b)](https://github.com/nuxt-community/i18n-module/commit/e928b2f) + +#####     [View changes on GitHub](https://github.com/nuxt-community/i18n-module/compare/v8.0.0-beta.4...v8.0.0-beta.5) + + # v8.0.0-beta.4 (2022-11-12T09:00:57Z) This changelog is generated by [GitHub Releases](https://github.com/nuxt-community/i18n-module/releases/tag/v8.0.0-beta.4)