From 2523787562f0666643208fec2f2c9376ce8477b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Wed, 10 Mar 2021 10:32:19 +0100 Subject: [PATCH] chore: release 6.21.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aaa349ff..3e205a119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [6.21.0](https://github.com/nuxt-community/i18n-module/compare/v6.20.6...v6.21.0) (2021-03-10) + + +### Features + +* **vuex:** expose nuxt-i18n API on store ([#1098](https://github.com/nuxt-community/i18n-module/issues/1098)) ([3ea3d4d](https://github.com/nuxt-community/i18n-module/commit/3ea3d4d4a539a1e60588d807a0be8990c7342892)), closes [#1031](https://github.com/nuxt-community/i18n-module/issues/1031) + + +### Bug Fixes + +* localePath/localeRoute missing query params ([#1103](https://github.com/nuxt-community/i18n-module/issues/1103)) ([0a95790](https://github.com/nuxt-community/i18n-module/commit/0a957902059bab94f2b6747de3bf63e3ff4a6e10)) + ### [6.20.6](https://github.com/nuxt-community/i18n-module/compare/v6.20.5...v6.20.6) (2021-03-08) diff --git a/package.json b/package.json index e0fd004a1..028d293e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n", - "version": "6.20.6", + "version": "6.21.0", "description": "i18n for Nuxt", "license": "MIT", "contributors": [