Danilo Bargen 8 lat temu
rodzic
commit
0f2ac147fa
3 zmienionych plików z 10 dodań i 2 usunięć
  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
 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.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)
 ### [v1.3.0][v1.3.0] (2017-06-22)
 
 
 Changes:
 Changes:
@@ -201,7 +207,9 @@ First public release.
 [i237]: https://github.com/threema-ch/threema-web/issues/237
 [i237]: https://github.com/threema-ch/threema-web/issues/237
 [i238]: https://github.com/threema-ch/threema-web/issues/238
 [i238]: https://github.com/threema-ch/threema-web/issues/238
 [i239]: https://github.com/threema-ch/threema-web/issues/239
 [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.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.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
 [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",
   "name": "threema-web",
-  "version": "1.3.0",
+  "version": "1.3.1",
   "dependencies": {
   "dependencies": {
     "@types/angular": {
     "@types/angular": {
       "version": "1.5.23",
       "version": "1.5.23",

+ 1 - 1
package.json

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