From 780acd97091c72ae5f4a3edb5104a5ef9c0af4a2 Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Tue, 19 Oct 2021 11:32:27 +0200 Subject: [PATCH] chore: release 7.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c0a8859..6aa6ed6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [7.1.0](https://github.com/nuxt-community/i18n-module/compare/v7.0.3...v7.1.0) (2021-10-19) + + +### Features + +* add support for query params in canonical url ([#1274](https://github.com/nuxt-community/i18n-module/issues/1274)) ([d5dea9c](https://github.com/nuxt-community/i18n-module/commit/d5dea9c6a047e5e25a13904c3a2cb8ffa4fdf089)) + + +### Bug Fixes + +* adjust strange redirection logic for prefix_and_default ([#1304](https://github.com/nuxt-community/i18n-module/issues/1304)) ([578acd8](https://github.com/nuxt-community/i18n-module/commit/578acd8ce506991aa02f8b7b1b81e364df1d7063)) + ### [7.0.3](https://github.com/nuxt-community/i18n-module/compare/v7.0.2...v7.0.3) (2021-08-31) diff --git a/package.json b/package.json index 474cf4d00..9a1c82496 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/i18n", - "version": "7.0.3", + "version": "7.1.0", "description": "i18n for Nuxt", "license": "MIT", "contributors": [