Lennart Grahl 7 роки тому
батько
коміт
57f2e20a6f
3 змінених файлів з 13 додано та 5 видалено
  1. 8 0
      CHANGELOG.md
  2. 4 4
      package-lock.json
  3. 1 1
      package.json

+ 8 - 0
CHANGELOG.md

@@ -3,6 +3,12 @@
 This changelog lists the most important changes for each released version. For
 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.0-beta.4][v2.1.0-beta.4] (2018-09-27)
+
+Changes:
+
+* [bug] Connectivity improvements for iOS ([#597][i597])
+
 ### [v2.1.0-beta.3][v2.1.0-beta.3] (2018-09-18)
 ### [v2.1.0-beta.3][v2.1.0-beta.3] (2018-09-18)
 
 
 Changes:
 Changes:
@@ -562,10 +568,12 @@ First public release.
 [i569]: https://github.com/threema-ch/threema-web/issues/569
 [i569]: https://github.com/threema-ch/threema-web/issues/569
 [i572]: https://github.com/threema-ch/threema-web/issues/572
 [i572]: https://github.com/threema-ch/threema-web/issues/572
 [i586]: https://github.com/threema-ch/threema-web/issues/586
 [i586]: https://github.com/threema-ch/threema-web/issues/586
+[i597]: https://github.com/threema-ch/threema-web/pull/597
 
 
 [v2.1.0-beta.1]: https://github.com/threema-ch/threema-web/compare/v2.0.3...v2.1.0-beta.1
 [v2.1.0-beta.1]: https://github.com/threema-ch/threema-web/compare/v2.0.3...v2.1.0-beta.1
 [v2.1.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.1...v2.1.0-beta.2
 [v2.1.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.1...v2.1.0-beta.2
 [v2.1.0-beta.3]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.2...v2.1.0-beta.3
 [v2.1.0-beta.3]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.2...v2.1.0-beta.3
+[v2.1.0-beta.4]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.3...v2.1.0-beta.4
 [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
 [v2.0.1]: https://github.com/threema-ch/threema-web/compare/v2.0.0...v2.0.1
 [v2.0.1]: https://github.com/threema-ch/threema-web/compare/v2.0.0...v2.0.1

+ 4 - 4
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.1.0-beta.3",
+  "version": "2.1.0-beta.4",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {
@@ -10,9 +10,9 @@
       "integrity": "sha512-im7GXKhUsNKTbppZOA0Jqx0Yku+3FILe/CENMlX5PT1tP95Dfu1VadIaBgNevxstnCadrYPTtxVeXc2MwxO3jw=="
       "integrity": "sha512-im7GXKhUsNKTbppZOA0Jqx0Yku+3FILe/CENMlX5PT1tP95Dfu1VadIaBgNevxstnCadrYPTtxVeXc2MwxO3jw=="
     },
     },
     "@saltyrtc/client": {
     "@saltyrtc/client": {
-      "version": "0.12.4",
-      "resolved": "https://registry.npmjs.org/@saltyrtc/client/-/client-0.12.4.tgz",
-      "integrity": "sha512-Le1VgSQtDWaxLWWksKSrptuIsBv7oe2zS9p3V4xU532H3DKr1cwrrvlsCaZiefB4WEx7pvwK3VYeSW9DZ12kdQ=="
+      "version": "0.13.0",
+      "resolved": "https://registry.npmjs.org/@saltyrtc/client/-/client-0.13.0.tgz",
+      "integrity": "sha512-/oARgzmo8blcrRljoAkore0omza7qtXSGegFQSCYRj8McKJ/B4m3z/bZaPDkSAS0psS7inPl7SK0A49/BjxriA=="
     },
     },
     "@saltyrtc/task-relayed-data": {
     "@saltyrtc/task-relayed-data": {
       "version": "0.3.1",
       "version": "0.3.1",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.1.0-beta.3",
+  "version": "2.1.0-beta.4",
   "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",