Skip to content

Commit 1d2f5ba

Browse files
committed
Merge branch 'master' into develop
2 parents d904212 + 9e614a5 commit 1d2f5ba

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.5](https://github.com/vector-im/riot-web/releases/tag/v0.13.5) (2018-02-09)
2+
============================================================================================
3+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.13.4...v0.13.5)
4+
5+
* SECURITY UPDATE: Sanitise URLs from 'external_url'. Thanks to walle303 for contacting
6+
us about this vulnerability.
7+
18
Changes in [0.13.4](https://github.com/vector-im/riot-web/releases/tag/v0.13.4) (2018-01-03)
29
============================================================================================
310
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.13.3...v0.13.4)

electron_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "src/electron-main.js",
5-
"version": "0.13.4",
5+
"version": "0.13.5",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "Vector Creations Ltd.",
88
"dependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "electron_app/src/electron-main.js",
5-
"version": "0.13.4",
5+
"version": "0.13.5",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector Ltd.",
88
"repository": {
@@ -69,7 +69,7 @@
6969
"highlight.js": "^9.0.0",
7070
"linkifyjs": "^2.1.3",
7171
"matrix-js-sdk": "0.9.2",
72-
"matrix-react-sdk": "0.11.3",
72+
"matrix-react-sdk": "0.11.4",
7373
"modernizr": "^3.1.0",
7474
"pako": "^1.0.5",
7575
"prop-types": "^15.5.10",

0 commit comments

Comments
 (0)