Skip to content

Commit

Permalink
Release v2.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Jan 10, 2022
1 parent 81dd184 commit 767cd3b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 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.3.19][v2.3.19] (2022-01-10)

Changes:

* [bug] Fix logic error in marking messages as read ([#1104][i1104])
* [change] Reset unread count only when necessary ([#1100][i1100])
* [change] Update Ukrainian translation


### [v2.3.18][v2.3.18] (2021-11-23)

Changes:
Expand Down Expand Up @@ -1136,7 +1145,10 @@ First public release.
[i1094]: https://github.com/threema-ch/threema-web/issues/1094
[i1095]: https://github.com/threema-ch/threema-web/issues/1095
[i1098]: https://github.com/threema-ch/threema-web/issues/1098
[i1100]: https://github.com/threema-ch/threema-web/pull/1100
[i1104]: https://github.com/threema-ch/threema-web/pull/1104

[v2.3.19]: https://github.com/threema-ch/threema-web/compare/v2.3.18...v2.3.19
[v2.3.18]: https://github.com/threema-ch/threema-web/compare/v2.3.17...v2.3.18
[v2.3.17]: https://github.com/threema-ch/threema-web/compare/v2.3.16...v2.3.17
[v2.3.16]: https://github.com/threema-ch/threema-web/compare/v2.3.15...v2.3.16
Expand Down
2 changes: 1 addition & 1 deletion 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.3.18",
"version": "2.3.19",
"description": "Threema Webclient",
"scripts": {
"build": "npm run build:js && npm run build:css",
Expand Down

0 comments on commit 767cd3b

Please sign in to comment.