From 811c192125ed3e3e13282762464f9bba14eb25b9 Mon Sep 17 00:00:00 2001 From: Mark Hahnenberg Date: Fri, 10 Mar 2017 13:41:54 -0800 Subject: [PATCH] bump(version): 1.0.36 --- packages/client-app/CHANGELOG.md | 6 ++++++ packages/client-app/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/client-app/CHANGELOG.md b/packages/client-app/CHANGELOG.md index 512517a75..a44b823c8 100644 --- a/packages/client-app/CHANGELOG.md +++ b/packages/client-app/CHANGELOG.md @@ -1,5 +1,11 @@ # 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) - Fixes: diff --git a/packages/client-app/package.json b/packages/client-app/package.json index 03dc76e60..5b19088f2 100644 --- a/packages/client-app/package.json +++ b/packages/client-app/package.json @@ -1,7 +1,7 @@ { "name": "nylas-mail", "productName": "Nylas Mail", - "version": "1.0.35", + "version": "1.0.36", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js",