bump(version): 1.0.36

This commit is contained in:
Mark Hahnenberg 2017-03-10 13:41:54 -08:00
parent 512e4f75b5
commit 811c192125
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Nylas Mail Changelog # Nylas Mail Changelog
### 1.0.36 (3/10/2017)
+ [iso-core] Increase the IMAP connection pool size
+ [client-sync] Refactor MessageProcessor to be more robust to errors
+ [client-sync] Shim sequelize to timeout after 1 minute
### 1.0.35 (3/9/2017) ### 1.0.35 (3/9/2017)
- Fixes: - Fixes:

View file

@ -1,7 +1,7 @@
{ {
"name": "nylas-mail", "name": "nylas-mail",
"productName": "Nylas Mail", "productName": "Nylas Mail",
"version": "1.0.35", "version": "1.0.36",
"description": "The best email app for people and teams at work", "description": "The best email app for people and teams at work",
"license": "GPL-3.0", "license": "GPL-3.0",
"main": "./src/browser/main.js", "main": "./src/browser/main.js",