Skip to content

Commit b233ab8

Browse files
committed
Merge branch 'master' into develop
2 parents c6ea976 + 73c3a70 commit b233ab8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes in [0.13.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v0.13.1) (2018-11-14)
2+
==================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.13.0...v0.13.1)
4+
5+
* Add function to get currently joined rooms.
6+
[\#779](https://github.com/matrix-org/matrix-js-sdk/pull/779)
7+
18
Changes in [0.13.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v0.13.0) (2018-11-15)
29
==================================================================================================
310
[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.12.1...v0.13.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-js-sdk",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Matrix Client-Server SDK for Javascript",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)