From 2d45f9d3a549c122e4e2cb4d76b261abae64a04f Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Fri, 19 Aug 2022 11:26:19 +0200 Subject: [PATCH] Release v2.4.3 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c5317bbf..5da59110f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ the full log, please refer to the git commit history. > See https://github.com/threema-ch/threema-web/pull/996 for more details. +### [v2.4.3][v2.4.3] (2022-08-19) + +Changes: + +* [bug] When browser detection fails, don't return undefined ([#1145][i1145]) +* [feature] Allow overriding SaltyRTC credentials in QR code ([#1146][i1146]) + + ### [v2.4.2][v2.4.2] (2022-06-14) Changes: @@ -1201,7 +1209,10 @@ First public release. [i1136]: https://github.com/threema-ch/threema-web/pull/1136 [i1137]: https://github.com/threema-ch/threema-web/pull/1137 [i1139]: https://github.com/threema-ch/threema-web/pull/1139 +[i1145]: https://github.com/threema-ch/threema-web/pull/1145 +[i1146]: https://github.com/threema-ch/threema-web/pull/1146 +[v2.4.3]: https://github.com/threema-ch/threema-web/compare/v2.4.2...v2.4.3 [v2.4.2]: https://github.com/threema-ch/threema-web/compare/v2.4.1...v2.4.2 [v2.4.1]: https://github.com/threema-ch/threema-web/compare/v2.4.0...v2.4.1 [v2.4.0]: https://github.com/threema-ch/threema-web/compare/v2.3.20...v2.4.0 diff --git a/package-lock.json b/package-lock.json index 9dfd1d9cd..6a17d23d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "threema-web", - "version": "2.4.2", + "version": "2.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 24a043f52..acda63d9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "threema-web", - "version": "2.4.2", + "version": "2.4.3", "description": "Threema Webclient", "scripts": { "build": "npm run build:js && npm run build:css",