Browse Source

Release v2.3.3

Danilo Bargen 5 years ago
parent
commit
800f731827
3 changed files with 15 additions and 2 deletions
  1. 13 0
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 13 - 0
CHANGELOG.md

@@ -4,6 +4,15 @@ 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.3][v2.3.3] (2020-01-14)
+
+Changes:
+
+* [bug] Handle valueTooLong error when sending text message ([#956][i956])
+* [bug] Reintroduce dual stack TURN servers ([#957][i957])
+* [bug] Do not show protocol error alert when data channel closes ([#958](i958])
+
+
 ### [v2.3.2][v2.3.2] (2020-01-08)
 ### [v2.3.2][v2.3.2] (2020-01-08)
 
 
 Changes:
 Changes:
@@ -883,7 +892,11 @@ First public release.
 [i952]: https://github.com/threema-ch/threema-web/issues/952
 [i952]: https://github.com/threema-ch/threema-web/issues/952
 [i953]: https://github.com/threema-ch/threema-web/issues/953
 [i953]: https://github.com/threema-ch/threema-web/issues/953
 [i954]: https://github.com/threema-ch/threema-web/issues/954
 [i954]: https://github.com/threema-ch/threema-web/issues/954
+[i956]: https://github.com/threema-ch/threema-web/issues/956
+[i957]: https://github.com/threema-ch/threema-web/issues/957
+[i958]: https://github.com/threema-ch/threema-web/issues/958
 
 
+[v2.3.3]: https://github.com/threema-ch/threema-web/compare/v2.3.2...v2.3.3
 [v2.3.2]: https://github.com/threema-ch/threema-web/compare/v2.3.1...v2.3.2
 [v2.3.2]: https://github.com/threema-ch/threema-web/compare/v2.3.1...v2.3.2
 [v2.3.1]: https://github.com/threema-ch/threema-web/compare/v2.3.0...v2.3.1
 [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

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.3.2",
+  "version": "2.3.3",
   "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.2",
+  "version": "2.3.3",
   "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",