From 3074ee29124a19ecb8ceada0ca9f789e143b1733 Mon Sep 17 00:00:00 2001 From: Nylas Coffee Machine Date: Thu, 6 Apr 2017 16:12:23 -0700 Subject: [PATCH] bump(version): 2.0.6 --- packages/client-app/CHANGELOG.md | 14 ++++++++++++++ packages/client-app/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/client-app/CHANGELOG.md b/packages/client-app/CHANGELOG.md index effce5a41..4bf1697bb 100644 --- a/packages/client-app/CHANGELOG.md +++ b/packages/client-app/CHANGELOG.md @@ -1,5 +1,19 @@ # Nylas Mail Changelog +### 2.0.6 (4/6/2017) + + + [client-plugins] Delete drafts after they are sent later + + [cloud-workers] fix connection typo + + [cloud-api] change worker admin color + + [cloud-workers][send-later] 🔪 with 🔥 duplicate sent messages + + [cloud-workers] add a retryAt field to do exponential backoffs + + [client-app] Fix version conflict with send-reminders + + [cloud-workers] implement IMAP connection pool + + [dev] Ensure daily script grabs current version after pulling latest changes + + [cloud-workers] Fix runtime error trying to iterate over undefined + + [cloud-workers] Properly generate metadata deltas when clearing expiration + + [client-app] Always fetch and update identity regardless of env + ### 2.0.5 (4/6/2017) + [cloud-workers] Don't use bulk updates in foreman in order to generate deltas diff --git a/packages/client-app/package.json b/packages/client-app/package.json index a79a7f2a5..86650f1fe 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.5", + "version": "2.0.6", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js",