Browse Source

Release v2.1.1

Danilo Bargen 6 năm trước cách đây
mục cha
commit
bbbbb157f8
3 tập tin đã thay đổi với 19 bổ sung2 xóa
  1. 17 0
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 17 - 0
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.
 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)
 ### [v2.1.0][v2.1.0] (2018-10-23)
 
 
 Changes:
 Changes:
@@ -585,7 +598,11 @@ First public release.
 [i640]: https://github.com/threema-ch/threema-web/pull/640
 [i640]: https://github.com/threema-ch/threema-web/pull/640
 [i643]: https://github.com/threema-ch/threema-web/pull/643
 [i643]: https://github.com/threema-ch/threema-web/pull/643
 [i644]: https://github.com/threema-ch/threema-web/pull/644
 [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.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.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
 [v2.0.2]: https://github.com/threema-ch/threema-web/compare/v2.0.1...v2.0.2

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.1.0",
+  "version": "2.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.1.0",
+  "version": "2.1.1",
   "description": "Threema Webclient",
   "description": "Threema Webclient",
   "scripts": {
   "scripts": {
     "build": "npm run build:js && npm run build:css",
     "build": "npm run build:js && npm run build:css",