Skip to content

Commit 545f6a3

Browse files
author
Nylas Coffee Machine
committed
bump(version): 2.0.10
1 parent 0525767 commit 545f6a3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/client-app/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Nylas Mail Changelog
22

3+
### 2.0.10 (4/11/2017)
4+
5+
+ [client-sync] Ensure allmail folder exists before trying to access it
6+
+ [client-app] Fix SyncbackMetadataTask dependency
7+
+ [isomorphic-core] Add missing .default to require
8+
+ [isomorphic-core] Move buildMime to MessageUtils, add includeBcc option
9+
+ [\*] MessageFactory -> MessageUtils, SendUtils -> ModelUtils
10+
+ [client-sync] Don't report stuck sync processes to Sentry
11+
312
### 2.0.9 (4/11/2017)
413

514
- Features:

packages/client-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nylas-mail",
33
"productName": "Nylas Mail",
4-
"version": "2.0.9",
4+
"version": "2.0.10",
55
"description": "The best email app for people and teams at work",
66
"license": "GPL-3.0",
77
"main": "./src/browser/main.js",

0 commit comments

Comments
 (0)