Danilo Bargen před 8 roky
rodič
revize
4854962955
3 změnil soubory, kde provedl 10 přidání a 2 odebrání
  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
 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.
 
 
+### [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)
 ### [v1.8.0][v1.8.0] (2018-02-06)
 
 
 Changes:
 Changes:
@@ -385,7 +391,9 @@ First public release.
 [i404]: https://github.com/threema-ch/threema-web/issues/404
 [i404]: https://github.com/threema-ch/threema-web/issues/404
 [i408]: https://github.com/threema-ch/threema-web/issues/408
 [i408]: https://github.com/threema-ch/threema-web/issues/408
 [i410]: https://github.com/threema-ch/threema-web/issues/410
 [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.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.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
 [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",
   "name": "threema-web",
-  "version": "1.8.0",
+  "version": "1.8.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": "1.8.0",
+  "version": "1.8.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",