瀏覽代碼

Release v2.3.2

Danilo Bargen 5 年之前
父節點
當前提交
b4ad4d6e7c
共有 3 個文件被更改,包括 21 次插入2 次删除
  1. 19 0
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 19 - 0
CHANGELOG.md

@@ -4,6 +4,20 @@ This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 
 
+### [v2.3.2][v2.3.2] (2020-01-08)
+
+Changes:
+
+* [feature] Ignore case when translating shortcodes ([#953][i953])
+* [bug] Fix compose area size calculation ([#950][i950])
+* [bug] Update ICE servers in troubleshoot tool to reflect config ([#952][i952])
+* [change] Revert PR [#893][i893] ([#954][i954])
+
+Contributors:
+
+- [@ovalseven8][@ovalseven8]
+
+
 ### [v2.3.1][v2.3.1] (2019-12-19)
 
 This is a small bugfix release, no new features.
@@ -865,7 +879,12 @@ First public release.
 [i936]: https://github.com/threema-ch/threema-web/issues/936
 [i938]: https://github.com/threema-ch/threema-web/issues/938
 [i941]: https://github.com/threema-ch/threema-web/issues/941
+[i950]: https://github.com/threema-ch/threema-web/issues/950
+[i952]: https://github.com/threema-ch/threema-web/issues/952
+[i953]: https://github.com/threema-ch/threema-web/issues/953
+[i954]: https://github.com/threema-ch/threema-web/issues/954
 
+[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.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

+ 1 - 1
package-lock.json

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

+ 1 - 1
package.json

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