소스 검색

Release v2.1.7

Danilo Bargen 7 년 전
부모
커밋
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.
 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)
 ### [v2.1.6][v2.1.6] (2019-01-31)
 
 
 Changes:
 Changes:
@@ -686,12 +693,14 @@ First public release.
 [i721]: https://github.com/threema-ch/threema-web/issues/721
 [i721]: https://github.com/threema-ch/threema-web/issues/721
 [i722]: https://github.com/threema-ch/threema-web/issues/722
 [i722]: https://github.com/threema-ch/threema-web/issues/722
 [i723]: https://github.com/threema-ch/threema-web/issues/723
 [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
 [i733]: https://github.com/threema-ch/threema-web/issues/733
 [i743]: https://github.com/threema-ch/threema-web/issues/743
 [i743]: https://github.com/threema-ch/threema-web/issues/743
 [i745]: https://github.com/threema-ch/threema-web/issues/745
 [i745]: https://github.com/threema-ch/threema-web/issues/745
 [i746]: https://github.com/threema-ch/threema-web/issues/746
 [i746]: https://github.com/threema-ch/threema-web/issues/746
 [i748]: https://github.com/threema-ch/threema-web/issues/748
 [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.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.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
 [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",
   "name": "threema-web",
-  "version": "2.1.6",
+  "version": "2.1.7",
   "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.6",
+  "version": "2.1.7",
   "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",