diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d9de2..77cdbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/neovici/cosmoz-i18next/compare/v3.1.1...v3.2.0) (2020-04-16) + + +### Features + +* allow passing i18next settings to the i18n.t call ([e1d6938](https://github.com/neovici/cosmoz-i18next/commit/e1d6938c15ae81d8dbf69e3987cb8447cac3e441)) + ## [3.1.1](https://github.com/neovici/cosmoz-i18next/compare/v3.1.0...v3.1.1) (2020-04-09) diff --git a/package-lock.json b/package-lock.json index 83e5cc3..3ec6741 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@neovici/cosmoz-i18next", - "version": "3.1.1", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00b0eb9..a9a7f02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neovici/cosmoz-i18next", - "version": "3.1.1", + "version": "3.2.0", "description": "A behavior extending the i18next internationalization-framework by providing useful translation functionalities.", "keywords": [ "polymer",