Skip to content

Commit 685b449

Browse files
Release v2.5.3
1 parent fe7bbb3 commit 685b449

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ 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+
### [v2.5.3][v2.5.3] (2023-12-19)
14+
15+
Changes:
16+
17+
* [change] Update translation strings related to Google Play Services
18+
* [change] Upgrade many dependencies
19+
20+
1321
### [v2.5.2][v2.5.2] (2023-07-24)
1422

1523
Changes:
@@ -1260,6 +1268,7 @@ First public release.
12601268
[i1175]: https://github.com/threema-ch/threema-web/pull/1175
12611269
[i1179]: https://github.com/threema-ch/threema-web/pull/1179
12621270

1271+
[v2.5.3]: https://github.com/threema-ch/threema-web/compare/v2.5.2...v2.5.3
12631272
[v2.5.2]: https://github.com/threema-ch/threema-web/compare/v2.5.1...v2.5.2
12641273
[v2.5.1]: https://github.com/threema-ch/threema-web/compare/v2.5.0...v2.5.1
12651274
[v2.5.0]: https://github.com/threema-ch/threema-web/compare/v2.4.4...v2.5.0

Diff for: docker/rebuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
set -euo pipefail
1414

1515
SUPPORTED_BRANCH_NAMES=("master")
16-
SUPPORTED_TAG_PATTERNS=("^v2.4.4$" "^v2.5.[0-9]$")
16+
SUPPORTED_TAG_PATTERNS=("^v2.5.[0-9]$")
1717
IMAGE_NAME=threema/threema-web
1818

1919
if [ "${1:-}" = "--dry-run" ]; then

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

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

0 commit comments

Comments
 (0)