Skip to content

Commit

Permalink
Release v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Aug 19, 2022
1 parent 537bde4 commit 2d45f9d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2d45f9d

Please sign in to comment.