mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
bump(version): 1.0.36
This commit is contained in:
parent
512e4f75b5
commit
811c192125
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Nylas Mail Changelog
|
# Nylas Mail Changelog
|
||||||
|
|
||||||
|
### 1.0.36 (3/10/2017)
|
||||||
|
|
||||||
|
+ [iso-core] Increase the IMAP connection pool size
|
||||||
|
+ [client-sync] Refactor MessageProcessor to be more robust to errors
|
||||||
|
+ [client-sync] Shim sequelize to timeout after 1 minute
|
||||||
|
|
||||||
### 1.0.35 (3/9/2017)
|
### 1.0.35 (3/9/2017)
|
||||||
|
|
||||||
- Fixes:
|
- Fixes:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas-mail",
|
"name": "nylas-mail",
|
||||||
"productName": "Nylas Mail",
|
"productName": "Nylas Mail",
|
||||||
"version": "1.0.35",
|
"version": "1.0.36",
|
||||||
"description": "The best email app for people and teams at work",
|
"description": "The best email app for people and teams at work",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"main": "./src/browser/main.js",
|
"main": "./src/browser/main.js",
|
||||||
|
|
Loading…
Reference in a new issue