bump(version): 1.0.47

This commit is contained in:
Nylas Coffee Machine 2017-03-23 22:55:20 -07:00
parent a8aee89ae0
commit c5af73f358
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Nylas Mail Changelog
### 1.0.47 (3/23/2017)
+ [client-app] Report hard crashes using Electron's built-in crash reporter
+ [client-app] Consolidate file download metric reporting
+ [client-sync] Don't handle IMAP timeouts in the connection pool
+ [client-app] Record file download times
### 1.0.46 (3/22/2017)
- Fixes:

View file

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