Skip to content

Commit

Permalink
prepare 13.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Jan 12, 2019
1 parent c1358a6 commit 5bd4b74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 5bd4b74

Please sign in to comment.