bump(version): 1.0.54

This commit is contained in:
Nylas Coffee Machine 2017-03-31 12:22:21 -07:00
parent 0205ac3f61
commit 328ea428be
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,16 @@
# Nylas Mail Changelog
### 1.0.54 (3/31/2017)
+ [client-sync] Simplify Contact ranking query
+ [client-app] delay building new hot window to improve win perf
+ [client-app] Don't imeout removing sync worker when removing an account
+ [client-app] Ensure sync worker can never continue running after being destroyed
+ [client-app] Don't hit contact rankings endpoint until account is ready
+ [client-sync] Wrap more syncWorker args
+ [client-sync] Properly wrap the SyncWorker arg in an object
+ [client-sync] Fix the new syncback-task structure
### 1.0.53 (3/31/2017)
+ [client-app] add which doesn't use Transactions

View file

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