diff --git a/CHANGELOG.md b/CHANGELOG.md index c72ea8da07..d93444c416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +Changes in [0.13.4](https://github.com/vector-im/riot-web/releases/tag/v0.13.4) (2018-01-03) +============================================================================================ +[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.13.3...v0.13.4) + + * Change config of riot.im electron build to fix some widgets not working. This only affects + electron builds using the riot.im config - for all other builds, this is identical to + v0.13.3. + Changes in [0.13.3](https://github.com/vector-im/riot-web/releases/tag/v0.13.3) (2017-12-04) ============================================================================================ [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.13.2...v0.13.3) diff --git a/electron_app/package.json b/electron_app/package.json index ad237ebe8a..b33da34fe6 100644 --- a/electron_app/package.json +++ b/electron_app/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "src/electron-main.js", - "version": "0.13.3", + "version": "0.13.4", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "dependencies": { diff --git a/package.json b/package.json index 050c9f32a1..ac25f8e0ce 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "electron_app/src/electron-main.js", - "version": "0.13.3", + "version": "0.13.4", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "repository": {