diff --git a/packages/client-app/CHANGELOG.md b/packages/client-app/CHANGELOG.md index 2ab4579e71..81aabc9b8a 100644 --- a/packages/client-app/CHANGELOG.md +++ b/packages/client-app/CHANGELOG.md @@ -1,5 +1,12 @@ # Nylas Mail Changelog +### 2.0.14 (4/14/2017) + + + [client-sync] Prevent duplicate accounts and sync workers + + [client-sync] Correctly remove sync worker reference when destroying it + + [client-sync] Init SyncProcessManager with Identity + + [client-sync] Fix contact ranking error + ### 2.0.13 (4/13/2017) - Fixes: diff --git a/packages/client-app/package.json b/packages/client-app/package.json index 05f7664923..255103b320 100644 --- a/packages/client-app/package.json +++ b/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",