From b066266d4a63376531d40398cb8bde4c7c4f710c Mon Sep 17 00:00:00 2001 From: Paul Gascou-Vaillancourt Date: Wed, 21 Feb 2018 07:52:04 -0500 Subject: [PATCH] chore(release): 2.3.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fdc452bb..12a4a5fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [2.3.1](https://github.com/paulgv/nuxt-i18n/compare/v2.3.0...v2.3.1) (2018-02-21) + + +### Bug Fixes + +* Set langDir default value to 'lang/' to prevent webpack dynamic import issue ([7ce1f11](https://github.com/paulgv/nuxt-i18n/commit/7ce1f11)), closes [#28](https://github.com/paulgv/nuxt-i18n/issues/28) + + + # [2.3.0](https://github.com/paulgv/nuxt-i18n/compare/v2.3.0-0...v2.3.0) (2018-02-20) diff --git a/package.json b/package.json index effa0c08a..58a0bc9dc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-i18n", - "version": "2.3.0", + "version": "2.3.1", "description": "i18n for Nuxt", "license": "MIT", "contributors": [