bump(version): 2.0.8

This commit is contained in:
Nylas Coffee Machine 2017-04-07 11:42:30 -07:00
parent 763010326e
commit a30e63c91a
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Nylas Mail Changelog
### 2.0.8 (4/7/2017)
+ [client-app] Ensure SyncbackMetadataTask dependency to prevent version conflicts
+ Revert [client-app] Fix version conflict with send-reminders
+ [client-private-plugins] Reminders: make sure accountId query isn't null
### 2.0.7 (4/6/2017)
+ [cloud-workers] [send-later] Fix send later token expiration

View file

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