Skip to content

Commit bf629cc

Browse files
Release v2.1.7
1 parent 13080c6 commit bf629cc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This changelog lists the most important changes for each released version. For
44
the full log, please refer to the git commit history.
55

66

7+
### [v2.1.7][v2.1.7] (2019-02-07)
8+
9+
Changes:
10+
11+
* [bug] Fix state reloading after iOS reconnects ([#728][#728])
12+
13+
714
### [v2.1.6][v2.1.6] (2019-01-31)
815

916
Changes:
@@ -686,12 +693,14 @@ First public release.
686693
[i721]: https://github.com/threema-ch/threema-web/issues/721
687694
[i722]: https://github.com/threema-ch/threema-web/issues/722
688695
[i723]: https://github.com/threema-ch/threema-web/issues/723
696+
[i728]: https://github.com/threema-ch/threema-web/issues/728
689697
[i733]: https://github.com/threema-ch/threema-web/issues/733
690698
[i743]: https://github.com/threema-ch/threema-web/issues/743
691699
[i745]: https://github.com/threema-ch/threema-web/issues/745
692700
[i746]: https://github.com/threema-ch/threema-web/issues/746
693701
[i748]: https://github.com/threema-ch/threema-web/issues/748
694702

703+
[v2.1.7]: https://github.com/threema-ch/threema-web/compare/v2.1.6...v2.1.7
695704
[v2.1.6]: https://github.com/threema-ch/threema-web/compare/v2.1.5...v2.1.6
696705
[v2.1.5]: https://github.com/threema-ch/threema-web/compare/v2.1.4...v2.1.5
697706
[v2.1.4]: https://github.com/threema-ch/threema-web/compare/v2.1.3...v2.1.4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "threema-web",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Threema Webclient",
55
"scripts": {
66
"build": "npm run build:js && npm run build:css",

0 commit comments

Comments
 (0)