Skip to content

Commit

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


### [v2.1.5][v2.1.5] (2019-01-24)

Changes:

* [change] Switch from Emojione to Twitter Emoji (Unicode 11.0) ([#721][i721])
* [bug] Fix pasting of emoji ([#722][i722])
* [bug] Fix UI bug when loading conversations ([#723][i723])


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

Changes:
Expand Down Expand Up @@ -661,7 +670,11 @@ First public release.
[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
[i721]: https://github.com/threema-ch/threema-web/issues/721
[i722]: https://github.com/threema-ch/threema-web/issues/722
[i723]: https://github.com/threema-ch/threema-web/issues/723

[v2.1.5]: https://github.com/threema-ch/threema-web/compare/v2.1.4...v2.1.5
[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
Expand Down
43 changes: 31 additions & 12 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.1.4",
"version": "2.1.5",
"description": "Threema Webclient",
"scripts": {
"build": "npm run build:js && npm run build:css",
Expand Down

0 comments on commit bb5e4e6

Please sign in to comment.