فهرست منبع

Release v2.2.1

Danilo Bargen 6 سال پیش
والد
کامیت
26cd0aaa43
3فایلهای تغییر یافته به همراه13 افزوده شده و 2 حذف شده
  1. 11 0
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 11 - 0
CHANGELOG.md

@@ -4,6 +4,14 @@ 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.2.1][v2.2.1] (2019-08-08)
+
+Changes:
+
+* [change] Show warning if browser does not support WebAssembly ([#887][i887])
+* [change] Invert order of messages in notifications ([#888][i888])
+
+
 ### [v2.2.0][v2.2.0] (2019-08-08)
 ### [v2.2.0][v2.2.0] (2019-08-08)
 
 
 This is quite a big release. It contains improvements to device wakeup
 This is quite a big release. It contains improvements to device wakeup
@@ -794,7 +802,10 @@ First public release.
 [i851]: https://github.com/threema-ch/threema-web/issues/851
 [i851]: https://github.com/threema-ch/threema-web/issues/851
 [i856]: https://github.com/threema-ch/threema-web/issues/856
 [i856]: https://github.com/threema-ch/threema-web/issues/856
 [i858]: https://github.com/threema-ch/threema-web/issues/858
 [i858]: https://github.com/threema-ch/threema-web/issues/858
+[i887]: https://github.com/threema-ch/threema-web/issues/887
+[i888]: https://github.com/threema-ch/threema-web/issues/888
 
 
+[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
 [v2.1.7]: https://github.com/threema-ch/threema-web/compare/v2.1.6...v2.1.7
 [v2.1.7]: https://github.com/threema-ch/threema-web/compare/v2.1.6...v2.1.7
 [v2.1.6]: https://github.com/threema-ch/threema-web/compare/v2.1.5...v2.1.6
 [v2.1.6]: https://github.com/threema-ch/threema-web/compare/v2.1.5...v2.1.6

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.2.0",
+  "version": "2.2.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.2.0",
+  "version": "2.2.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",