1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Merge branch 'master' into develop

This commit is contained in:
Bruno Windels
2018-11-14 18:21:01 +01:00
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
Changes in [0.13.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v0.13.1) (2018-11-14)
==================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.13.0...v0.13.1)
* Add function to get currently joined rooms.
[\#779](https://github.com/matrix-org/matrix-js-sdk/pull/779)
Changes in [0.13.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v0.13.0) (2018-11-15)
==================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.12.1...v0.13.0)

View File

@@ -1,6 +1,6 @@
{
"name": "matrix-js-sdk",
"version": "0.13.0",
"version": "0.13.1",
"description": "Matrix Client-Server SDK for Javascript",
"main": "index.js",
"scripts": {