From bbbbb157f846e55fe93031562f299a11b72847c5 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Mon, 29 Oct 2018 13:45:29 +0100 Subject: [PATCH] Release v2.1.1 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4dadfc73..23c3b4ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: @@ -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 diff --git a/package-lock.json b/package-lock.json index 521c3c860..d300758cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "threema-web", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 157c7917f..9cd91bcce 100644 --- a/package.json +++ b/package.json @@ -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",