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:
RiotRobot
2019-07-11 10:36:44 +01:00
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
Changes in [2.1.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v2.1.1) (2019-07-11)
================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v2.1.0...v2.1.1)
* Process emphemeral events outside timeline handling
[\#989](https://github.com/matrix-org/matrix-js-sdk/pull/989)
Changes in [2.1.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v2.1.0) (2019-07-08)
================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v2.1.0-rc.1...v2.1.0)

View File

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