mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 10:11:25 +08:00
bump(version): 2.0.15
This commit is contained in:
parent
4a25f6388c
commit
8b9d98c5e2
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Nylas Mail Changelog
|
||||
|
||||
### 2.0.15 (4/17/2017)
|
||||
|
||||
+ [client-app] Database malformed errors shouldn't be retryable
|
||||
+ [client-app] When resetting database, make sure to re-init db reader
|
||||
+ [client-app] Correctly handle db malformed errors in main process
|
||||
+ [client-app] Remove dead mail rules code
|
||||
|
||||
### 2.0.14 (4/14/2017)
|
||||
|
||||
- Fixes:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas-mail",
|
||||
"productName": "Nylas Mail",
|
||||
"version": "2.0.14",
|
||||
"version": "2.0.15",
|
||||
"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