diff --git a/CHANGELOG.md b/CHANGELOG.md index 77cdbb3..62ef3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.1](https://github.com/neovici/cosmoz-i18next/compare/v3.2.0...v3.2.1) (2020-04-17) + + +### Bug Fixes + +* disable escape values ([3836b22](https://github.com/neovici/cosmoz-i18next/commit/3836b22b5732f8b77ae343a94296872e64b3cb53)) + # [3.2.0](https://github.com/neovici/cosmoz-i18next/compare/v3.1.1...v3.2.0) (2020-04-16) diff --git a/package-lock.json b/package-lock.json index 3ec6741..8888004 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@neovici/cosmoz-i18next", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a9a7f02..dbd248c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neovici/cosmoz-i18next", - "version": "3.2.0", + "version": "3.2.1", "description": "A behavior extending the i18next internationalization-framework by providing useful translation functionalities.", "keywords": [ "polymer",