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