diff --git a/CHANGELOG.md b/CHANGELOG.md index 410cf6c..24a7573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v1.10.6 +- update client +- Fix ensureIsSupportedLanguage middleware injection. [PR 200](https://github.com/i18next/i18next-node/pull/200) + ### v1.10.5 - [SECURITY] update client to include - merges Reimplement XSS-vulnerable sequential replacement code [PR 443](https://github.com/i18next/i18next/pull/443) diff --git a/package.json b/package.json index dee029e..883a966 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Jan Muehlemann ", "name": "i18next", "description": "i18n made easy - full featured: middleware, template support plus clientside use", - "version": "1.10.5", + "version": "1.10.6", "repository": { "type": "git", "url": "git://github.com/jamuhl/i18next-node.git"