Skip to content

Commit 32152ff

Browse files
Release v2.6.2
1 parent b1cb965 commit 32152ff

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ the full log, please refer to the git commit history.
1010
> See https://github.com/threema-ch/threema-web/pull/996 for more details.
1111
1212

13-
### Unreleased
13+
### [v2.6.2][v2.6.2] (2025-03-17)
1414

1515
Changes:
1616

@@ -25,6 +25,7 @@ Changes:
2525

2626
* [bug] Fix message info gap ([#1226][i1226])
2727

28+
2829
### [v2.6.0][v2.6.0] (2025-01-08)
2930

3031
Changes:
@@ -33,6 +34,7 @@ Changes:
3334
supported by the mobile device) ([#1222][i1222])
3435
* [change] Allow Safari when connecting an Android device
3536

37+
3638
### [v2.5.7][v2.5.7] (2024-10-25)
3739

3840
Changes:
@@ -1333,6 +1335,8 @@ First public release.
13331335
[i1222]: https://github.com/threema-ch/threema-web/pull/1222
13341336
[i1226]: https://github.com/threema-ch/threema-web/pull/1226
13351337

1338+
[v2.6.2]: https://github.com/threema-ch/threema-web/compare/v2.6.1...v2.6.2
1339+
[v2.6.1]: https://github.com/threema-ch/threema-web/compare/v2.6.0...v2.6.1
13361340
[v2.6.0]: https://github.com/threema-ch/threema-web/compare/v2.5.7...v2.6.0
13371341
[v2.5.7]: https://github.com/threema-ch/threema-web/compare/v2.5.6...v2.5.7
13381342
[v2.5.6]: https://github.com/threema-ch/threema-web/compare/v2.5.5...v2.5.6

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "threema-web",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "Threema Webclient",
55
"scripts": {
66
"build": "npm run build:js && npm run build:css",

0 commit comments

Comments
 (0)