From 9f92005da111c4536191f4749db4fc289cd1ae2e Mon Sep 17 00:00:00 2001 From: Paul Gascou-Vaillancourt Date: Mon, 1 Jul 2019 11:12:26 -0400 Subject: [PATCH] chore(release): 6.0.0-0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4901e7be4..f65186f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +# [6.0.0-0](https://github.com/nuxt-community/nuxt-i18n/compare/v5.12.8...v6.0.0-0) (2019-07-01) + + +### Features + +* Dynamic route parameters translation ([04373ef](https://github.com/nuxt-community/nuxt-i18n/commit/04373ef)), closes [#79](https://github.com/nuxt-community/nuxt-i18n/issues/79) + + +### BREAKING CHANGES + +* `preserveState` is now set automatically when registering the store module and +cannot be set via the configuration anymore + + + ## [5.12.8](https://github.com/nuxt-community/nuxt-i18n/compare/v5.12.6...v5.12.8) (2019-07-01) > NOTE: Version bump only, all fixes were released in `v5.12.7` already diff --git a/package.json b/package.json index b110a7fec..df225d654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n", - "version": "5.12.8", + "version": "6.0.0-0", "description": "i18n for Nuxt", "license": "MIT", "contributors": [