diff --git a/packages/client-app/CHANGELOG.md b/packages/client-app/CHANGELOG.md index e860b0131..7d2d6202b 100644 --- a/packages/client-app/CHANGELOG.md +++ b/packages/client-app/CHANGELOG.md @@ -1,5 +1,23 @@ # Nylas Mail Changelog +### 1.0.33 (3/8/2017) + +- Features: + + + Add intitial support for send later + +- Fixes: + + + Fetch unknown message uids returned in search results + + Don't throttle message processing when syncing specific UIDs + +- Development: + + + Better grouping for APIError by URL also + + Don't generate sourceMapCache in prod mode + + Upload a next-version to S3 for autoupdate testing + + Windows build fixes + ### 1.0.32 (3/7/2017) - Development: diff --git a/packages/client-app/package.json b/packages/client-app/package.json index 631a35480..12d55e760 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.32", + "version": "1.0.33", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js",