Skip to content

Commit

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


### [v2.1.1][v2.1.1] (2018-10-29)

Changes:

* [feature] Improved troubleshooting tool ([#648][i648])
* [change] Latest message text: Show "GIF" for GIFs ([#649][i649])
* [bug] Accessibility improvements ([#656][i656])

Contributors:

- [@MarcoZehe][@MarcoZehe]


### [v2.1.0][v2.1.0] (2018-10-23)

Changes:
Expand Down Expand Up @@ -585,7 +598,11 @@ First public release.
[i640]: https://github.com/threema-ch/threema-web/pull/640
[i643]: https://github.com/threema-ch/threema-web/pull/643
[i644]: https://github.com/threema-ch/threema-web/pull/644
[i648]: https://github.com/threema-ch/threema-web/pull/648
[i649]: https://github.com/threema-ch/threema-web/pull/649
[i656]: https://github.com/threema-ch/threema-web/pull/656

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

0 comments on commit bbbbb15

Please sign in to comment.