Skip to content

Commit

Permalink
Release v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Jan 17, 2019
1 parent 6045cb7 commit 53787d6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ This changelog lists the most important changes for each released version. For
the full log, please refer to the git commit history.


### [v2.1.4][v2.1.4] (2019-01-17)

Changes:

* [change] Update many dependencies
* [change] Strip sourceMappingURL lines from release files ([#709][i709])
* [bug] Fix collapsing of consecutive whitespace in message ([#706][i706])
* [bug] Android: Fix out-of-sync after reconnect ([#712][i712])
* [bug] Conversations: Handle clearing of latest message ([#713][i713])


### [v2.1.3][v2.1.3] (2018-12-12)

Changes:
Expand Down Expand Up @@ -646,7 +657,12 @@ First public release.
[i689]: https://github.com/threema-ch/threema-web/issues/689
[i690]: https://github.com/threema-ch/threema-web/issues/690
[i691]: https://github.com/threema-ch/threema-web/issues/691
[i706]: https://github.com/threema-ch/threema-web/issues/706
[i709]: https://github.com/threema-ch/threema-web/issues/709
[i712]: https://github.com/threema-ch/threema-web/issues/712
[i713]: https://github.com/threema-ch/threema-web/issues/713

[v2.1.4]: https://github.com/threema-ch/threema-web/compare/v2.1.3...v2.1.4
[v2.1.3]: https://github.com/threema-ch/threema-web/compare/v2.1.2...v2.1.3
[v2.1.2]: https://github.com/threema-ch/threema-web/compare/v2.1.1...v2.1.2
[v2.1.1]: https://github.com/threema-ch/threema-web/compare/v2.1.0...v2.1.1
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.1.3",
"version": "2.1.4",
"description": "Threema Webclient",
"scripts": {
"build": "npm run build:js && npm run build:css",
Expand Down

0 comments on commit 53787d6

Please sign in to comment.