Explorar o código

Release v1.8.1

Danilo Bargen %!s(int64=7) %!d(string=hai) anos
pai
achega
4854962955
Modificáronse 3 ficheiros con 10 adicións e 2 borrados
  1. 8 0
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 8 - 0
CHANGELOG.md

@@ -3,6 +3,12 @@
 This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 
+### [v1.8.1][v1.8.1] (2018-02-06)
+
+Changes:
+
+* [change] Make mentions display-only ([#419][i419])
+
 ### [v1.8.0][v1.8.0] (2018-02-06)
 
 Changes:
@@ -385,7 +391,9 @@ First public release.
 [i404]: https://github.com/threema-ch/threema-web/issues/404
 [i408]: https://github.com/threema-ch/threema-web/issues/408
 [i410]: https://github.com/threema-ch/threema-web/issues/410
+[i419]: https://github.com/threema-ch/threema-web/issues/419
 
+[v1.8.1]: https://github.com/threema-ch/threema-web/compare/v1.8.0...v1.8.1
 [v1.8.0]: https://github.com/threema-ch/threema-web/compare/v1.7.0...v1.8.0
 [v1.7.0]: https://github.com/threema-ch/threema-web/compare/v1.6.2...v1.7.0
 [v1.6.2]: https://github.com/threema-ch/threema-web/compare/v1.6.1...v1.6.2

+ 1 - 1
package-lock.json

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

+ 1 - 1
package.json

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