bump(version): 1.0.46

This commit is contained in:
Nylas Coffee Machine 2017-03-22 22:28:54 -07:00
parent 9caefdc687
commit ce17f70f26
2 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,18 @@
# Nylas Mail Changelog
### 1.0.46 (3/22/2017)
+ [client-app] Rename downloadDataForFile(s) -> getDownloadDataForFile(s)
+ [client-app] Ensure files get transferred in forwarded messages
+ Switch type of Metadata value column
+ Fix build condition
+ [client-app] Fix DraftFactory specs
+ [client-sync] Refactor sync worker IMAPConnectionPool callbacks
+ [client-app] :art: comment
+ [client-app] Correctly sign out of NylasID
+ [client-app] Don't report non-reportable errors in delta connection
+ [send-later][cloud-workers] Fix S3 attachment upload
### 1.0.45 (3/21/2017)
- Fixes:

View file

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