Danilo Bargen vor 8 Jahren
Ursprung
Commit
0f2ac147fa
3 geänderte Dateien mit 10 neuen und 2 gelöschten Zeilen
  1. 8 0
      CHANGELOG.md
  2. 1 1
      npm-shrinkwrap.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.3.1][v1.3.1] (2017-06-22)
+
+Changes:
+
+* [bug] Fix bug when inserting emoji in Chrome ([#256][i256])
+
 ### [v1.3.0][v1.3.0] (2017-06-22)
 
 Changes:
@@ -201,7 +207,9 @@ First public release.
 [i237]: https://github.com/threema-ch/threema-web/issues/237
 [i238]: https://github.com/threema-ch/threema-web/issues/238
 [i239]: https://github.com/threema-ch/threema-web/issues/239
+[i256]: https://github.com/threema-ch/threema-web/issues/256
 
+[v1.3.1]: https://github.com/threema-ch/threema-web/compare/v1.3.0...v1.3.1
 [v1.3.0]: https://github.com/threema-ch/threema-web/compare/v1.2.1...v1.3.0
 [v1.2.1]: https://github.com/threema-ch/threema-web/compare/v1.2.0...v1.2.1
 [v1.2.0]: https://github.com/threema-ch/threema-web/compare/v1.1.0...v1.2.0

+ 1 - 1
npm-shrinkwrap.json

@@ -1,6 +1,6 @@
 {
   "name": "threema-web",
-  "version": "1.3.0",
+  "version": "1.3.1",
   "dependencies": {
     "@types/angular": {
       "version": "1.5.23",

+ 1 - 1
package.json

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