Skip to content

Commit

Permalink
Release v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Dec 19, 2023
1 parent fe7bbb3 commit 685b449
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 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.5.3][v2.5.3] (2023-12-19)

Changes:

* [change] Update translation strings related to Google Play Services
* [change] Upgrade many dependencies


### [v2.5.2][v2.5.2] (2023-07-24)

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

[v2.5.3]: https://github.com/threema-ch/threema-web/compare/v2.5.2...v2.5.3
[v2.5.2]: https://github.com/threema-ch/threema-web/compare/v2.5.1...v2.5.2
[v2.5.1]: https://github.com/threema-ch/threema-web/compare/v2.5.0...v2.5.1
[v2.5.0]: https://github.com/threema-ch/threema-web/compare/v2.4.4...v2.5.0
Expand Down
2 changes: 1 addition & 1 deletion docker/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
set -euo pipefail

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

if [ "${1:-}" = "--dry-run" ]; then
Expand Down
4 changes: 2 additions & 2 deletions 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.5.2",
"version": "2.5.3",
"description": "Threema Webclient",
"scripts": {
"build": "npm run build:js && npm run build:css",
Expand Down

0 comments on commit 685b449

Please sign in to comment.