diff --git a/packages/client-app/CHANGELOG.md b/packages/client-app/CHANGELOG.md index 4705282db7..0fd28813ac 100644 --- a/packages/client-app/CHANGELOG.md +++ b/packages/client-app/CHANGELOG.md @@ -1,5 +1,14 @@ # Nylas Mail Changelog +### 2.0.10 (4/11/2017) + + + [client-sync] Ensure allmail folder exists before trying to access it + + [client-app] Fix SyncbackMetadataTask dependency + + [isomorphic-core] Add missing .default to require + + [isomorphic-core] Move buildMime to MessageUtils, add includeBcc option + + [\*] MessageFactory -> MessageUtils, SendUtils -> ModelUtils + + [client-sync] Don't report stuck sync processes to Sentry + ### 2.0.9 (4/11/2017) - Features: diff --git a/packages/client-app/package.json b/packages/client-app/package.json index cc1a2a336d..97c2d58113 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.9", + "version": "2.0.10", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js",