Selaa lähdekoodia

Release v2.3.1

Danilo Bargen 6 vuotta sitten
vanhempi
sitoutus
fc0877b19a
3 muutettua tiedostoa jossa 14 lisäystä ja 2 poistoa
  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.
 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)
 ### [v2.3.0][v2.3.0] Säntis (2019-12-17)
 
 
 Changes:
 Changes:
@@ -846,6 +856,7 @@ First public release.
 [i918]: https://github.com/threema-ch/threema-web/issues/918
 [i918]: https://github.com/threema-ch/threema-web/issues/918
 [i921]: https://github.com/threema-ch/threema-web/issues/921
 [i921]: https://github.com/threema-ch/threema-web/issues/921
 [i923]: https://github.com/threema-ch/threema-web/issues/923
 [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
 [i928]: https://github.com/threema-ch/threema-web/issues/928
 [i929]: https://github.com/threema-ch/threema-web/issues/929
 [i929]: https://github.com/threema-ch/threema-web/issues/929
 [i931]: https://github.com/threema-ch/threema-web/issues/931
 [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
 [i938]: https://github.com/threema-ch/threema-web/issues/938
 [i941]: https://github.com/threema-ch/threema-web/issues/941
 [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.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.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
 [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",
   "name": "threema-web",
-  "version": "2.3.0",
+  "version": "2.3.1",
   "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.3.0",
+  "version": "2.3.1",
   "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",