From 5bd4b74241bc1d89ac1cc2f2477b528496c571b3 Mon Sep 17 00:00:00 2001 From: Jan Muehlemann Date: Sat, 12 Jan 2019 13:43:19 +0100 Subject: [PATCH] prepare 13.1.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2f8b672..e7c315de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 13.1.2 + +- Add typescript testing [1165](https://github.com/i18next/i18next/pull/1165) +- Add `transEmptyNodeValue` to `ReactOptions` [1166](https://github.com/i18next/i18next/pull/1166) +- Run prettier on typescript files for easier diffing in PRs [1167](https://github.com/i18next/i18next/pull/1167) + ### 13.1.1 - fix init() attributes typings [1158](https://github.com/i18next/i18next/pull/1158) diff --git a/package.json b/package.json index b02e0974b..33048db72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i18next", - "version": "13.1.1", + "version": "13.1.2", "description": "i18next internationalization framework", "main": "./index.js", "types": "index.d.ts",