浏览代码

Release v2.1.7

Danilo Bargen 6 年之前
父节点
当前提交
bf629cca67
共有 3 个文件被更改,包括 11 次插入2 次删除
  1. 9 0
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 9 - 0
CHANGELOG.md

@@ -4,6 +4,13 @@ This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 
 
+### [v2.1.7][v2.1.7] (2019-02-07)
+
+Changes:
+
+* [bug] Fix state reloading after iOS reconnects ([#728][#728])
+
+
 ### [v2.1.6][v2.1.6] (2019-01-31)
 
 Changes:
@@ -686,12 +693,14 @@ First public release.
 [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
+[i728]: https://github.com/threema-ch/threema-web/issues/728
 [i733]: https://github.com/threema-ch/threema-web/issues/733
 [i743]: https://github.com/threema-ch/threema-web/issues/743
 [i745]: https://github.com/threema-ch/threema-web/issues/745
 [i746]: https://github.com/threema-ch/threema-web/issues/746
 [i748]: https://github.com/threema-ch/threema-web/issues/748
 
+[v2.1.7]: https://github.com/threema-ch/threema-web/compare/v2.1.6...v2.1.7
 [v2.1.6]: https://github.com/threema-ch/threema-web/compare/v2.1.5...v2.1.6
 [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

+ 1 - 1
package-lock.json

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

+ 1 - 1
package.json

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