Danilo Bargen 6 жил өмнө
parent
commit
168c60310f
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.3.6][v2.3.6] (2020-03-12)
+
+Changes:
+
+* [feature] Add official support for Edge 79+ ([#971][i971])
+* [change] Upgrade dependencies ([#968][i968])
+
+
 ### [v2.3.5][v2.3.5] (2020-02-24)
 ### [v2.3.5][v2.3.5] (2020-02-24)
 
 
 Changes:
 Changes:
@@ -914,8 +922,11 @@ First public release.
 [i961]: https://github.com/threema-ch/threema-web/issues/961
 [i961]: https://github.com/threema-ch/threema-web/issues/961
 [i965]: https://github.com/threema-ch/threema-web/issues/965
 [i965]: https://github.com/threema-ch/threema-web/issues/965
 [i966]: https://github.com/threema-ch/threema-web/issues/966
 [i966]: https://github.com/threema-ch/threema-web/issues/966
+[i968]: https://github.com/threema-ch/threema-web/issues/968
 [i969]: https://github.com/threema-ch/threema-web/issues/969
 [i969]: https://github.com/threema-ch/threema-web/issues/969
+[i971]: https://github.com/threema-ch/threema-web/issues/971
 
 
+[v2.3.6]: https://github.com/threema-ch/threema-web/compare/v2.3.5...v2.3.6
 [v2.3.5]: https://github.com/threema-ch/threema-web/compare/v2.3.4...v2.3.5
 [v2.3.5]: https://github.com/threema-ch/threema-web/compare/v2.3.4...v2.3.5
 [v2.3.4]: https://github.com/threema-ch/threema-web/compare/v2.3.3...v2.3.4
 [v2.3.4]: https://github.com/threema-ch/threema-web/compare/v2.3.3...v2.3.4
 [v2.3.3]: https://github.com/threema-ch/threema-web/compare/v2.3.2...v2.3.3
 [v2.3.3]: https://github.com/threema-ch/threema-web/compare/v2.3.2...v2.3.3

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.3.5",
+  "version": "2.3.6",
   "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.5",
+  "version": "2.3.6",
   "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",