Skip to content

Commit

Permalink
Release v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Jan 31, 2023
1 parent 503ddf3 commit bba8616
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 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.1][v2.5.1] (2023-01-31)

Changes:

* [feature] Show group reaction names on hover ([#1164][i1164])
* [change] Upgrade dependencies


### [v2.5.0][v2.5.0] (2022-12-12)

Changes:
Expand Down Expand Up @@ -1239,7 +1247,9 @@ First public release.
[i1160]: https://github.com/threema-ch/threema-web/pull/1160
[i1161]: https://github.com/threema-ch/threema-web/pull/1161
[i1162]: https://github.com/threema-ch/threema-web/pull/1162
[i1164]: https://github.com/threema-ch/threema-web/pull/1164

[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
[v2.4.4]: https://github.com/threema-ch/threema-web/compare/v2.4.3...v2.4.4
[v2.4.3]: https://github.com/threema-ch/threema-web/compare/v2.4.2...v2.4.3
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.[0-9]$" "^v2.5.[0-9]$")
SUPPORTED_TAG_PATTERNS=("^v2.4.4$" "^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.0",
"version": "2.5.1",
"description": "Threema Webclient",
"scripts": {
"build": "npm run build:js && npm run build:css",
Expand Down

0 comments on commit bba8616

Please sign in to comment.