mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +08:00
bump(version): 2.0.8
This commit is contained in:
parent
763010326e
commit
a30e63c91a
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue