bump(version): 2.0.15

This commit is contained in:
Nylas Coffee Machine 2017-04-17 10:46:44 -07:00
parent 4a25f6388c
commit 8b9d98c5e2
2 changed files with 8 additions and 1 deletions

View file

@ -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:

View file

@ -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",