Danilo Bargen пре 6 година
родитељ
комит
bbbbb157f8
3 измењених фајлова са 19 додато и 2 уклоњено
  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.
 
 
+### [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

+ 1 - 1
package-lock.json

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

+ 1 - 1
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",