Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2018-08-23 14:29:59 +00:00
commit 69cd111d8c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Changes in [0.13.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.2) (2018-08-23)
=====================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.1...v0.13.2)
* Don't crash if the value of a room tag is null
[\#2135](https://github.com/matrix-org/matrix-react-sdk/pull/2135)
Changes in [0.13.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.1) (2018-08-20)
=====================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.1-rc.1...v0.13.1)

View File

@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "0.13.1",
"version": "0.13.2",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {