mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +08:00
Bump to 1.6.1, Electron 4.1.0
This commit is contained in:
parent
10f5c95c03
commit
60aa641037
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Mailspring Changelog
|
||||
|
||||
### 1.6.0 (TBD)
|
||||
### 1.6.0 (3/18/2019)
|
||||
|
||||
**Mailspring now uses the TypeScript compiler instead of Babel, and the entire project (92,000 LOC!) has been converted to TypeScript. 🎉** This took an enormous amount of effort - 9,800 TypeScript errors were resolved by hand - but will make the project more stable, easier to maintain, and easier to contribute to in the future.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mailspring",
|
||||
"productName": "Mailspring",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"commitHash": "COMMIT_INSERTED_DURING_PACKAGING",
|
||||
"description": "The best email app for people and teams at work",
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"@typescript-eslint/parser": "^1.4.2",
|
||||
"chalk": "1.x.x",
|
||||
"devtron": "^1.4.0",
|
||||
"electron": "4.0.8",
|
||||
"electron": "4.1.0",
|
||||
"electron-installer-dmg": "0.2.x",
|
||||
"electron-packager": "13.0.x",
|
||||
"electron-winstaller": "2.x.x",
|
||||
|
|
Loading…
Reference in a new issue