Skip to content

Commit

Permalink
Release v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Jul 24, 2023
1 parent deda4d9 commit 6cb30b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ 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.2][v2.5.2] (2023-07-24)

Changes:

* [feature] Add support for Threema Gatway push service ([#1175][i1175])
* [bug] Fix file size limit check ([#1179][i1179])
* [change] Upgrade many dependencies


### [v2.5.1][v2.5.1] (2023-01-31)

Changes:
Expand Down Expand Up @@ -1248,7 +1257,10 @@ First public release.
[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
[i1175]: https://github.com/threema-ch/threema-web/pull/1175
[i1179]: https://github.com/threema-ch/threema-web/pull/1179

[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
[v2.4.4]: https://github.com/threema-ch/threema-web/compare/v2.4.3...v2.4.4
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.1",
"version": "2.5.2",
"description": "Threema Webclient",
"scripts": {
"build": "npm run build:js && npm run build:css",
Expand Down

0 comments on commit 6cb30b3

Please sign in to comment.