Parcourir la source

Release v2.3.1

Danilo Bargen il y a 5 ans
Parent
commit
fc0877b19a
3 fichiers modifiés avec 14 ajouts et 2 suppressions
  1. 12 0
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 12 - 0
CHANGELOG.md

@@ -4,6 +4,16 @@ This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 
 
+### [v2.3.1][v2.3.1] Säntis (2019-12-19)
+
+This is a small bugfix release, no new features.
+
+Changes:
+
+* [bug] Don't connect if another session is active ([#927][i927])
+* [change] Update translation strings
+
+
 ### [v2.3.0][v2.3.0] Säntis (2019-12-17)
 
 Changes:
@@ -846,6 +856,7 @@ First public release.
 [i918]: https://github.com/threema-ch/threema-web/issues/918
 [i921]: https://github.com/threema-ch/threema-web/issues/921
 [i923]: https://github.com/threema-ch/threema-web/issues/923
+[i927]: https://github.com/threema-ch/threema-web/issues/927
 [i928]: https://github.com/threema-ch/threema-web/issues/928
 [i929]: https://github.com/threema-ch/threema-web/issues/929
 [i931]: https://github.com/threema-ch/threema-web/issues/931
@@ -855,6 +866,7 @@ First public release.
 [i938]: https://github.com/threema-ch/threema-web/issues/938
 [i941]: https://github.com/threema-ch/threema-web/issues/941
 
+[v2.3.1]: https://github.com/threema-ch/threema-web/compare/v2.3.0...v2.3.1
 [v2.3.0]: https://github.com/threema-ch/threema-web/compare/v2.2.1...v2.3.0
 [v2.2.1]: https://github.com/threema-ch/threema-web/compare/v2.2.0...v2.2.1
 [v2.2.0]: https://github.com/threema-ch/threema-web/compare/v2.1.7...v2.2.0

+ 1 - 1
package-lock.json

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

+ 1 - 1
package.json

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