We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00aa499 commit 66b9bd1Copy full SHA for 66b9bd1
packages/client-app/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Nylas Mail Changelog
2
3
+### 2.0.14 (4/14/2017)
4
+
5
+ + [client-sync] Prevent duplicate accounts and sync workers
6
+ + [client-sync] Correctly remove sync worker reference when destroying it
7
+ + [client-sync] Init SyncProcessManager with Identity
8
+ + [client-sync] Fix contact ranking error
9
10
### 2.0.13 (4/13/2017)
11
12
- Fixes:
packages/client-app/package.json
@@ -1,7 +1,7 @@
{
"name": "nylas-mail",
"productName": "Nylas Mail",
- "version": "2.0.13",
+ "version": "2.0.14",
"description": "The best email app for people and teams at work",
"license": "GPL-3.0",
"main": "./src/browser/main.js",
0 commit comments