Bump to 1.6.1, Electron 4.1.0

This commit is contained in:
Ben Gotow 2019-03-18 09:09:36 -07:00
parent 10f5c95c03
commit 60aa641037
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Mailspring Changelog # 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. **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.

View file

@ -1,7 +1,7 @@
{ {
"name": "mailspring", "name": "mailspring",
"productName": "Mailspring", "productName": "Mailspring",
"version": "1.6.0", "version": "1.6.1",
"commitHash": "COMMIT_INSERTED_DURING_PACKAGING", "commitHash": "COMMIT_INSERTED_DURING_PACKAGING",
"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",

View file

@ -60,7 +60,7 @@
"@typescript-eslint/parser": "^1.4.2", "@typescript-eslint/parser": "^1.4.2",
"chalk": "1.x.x", "chalk": "1.x.x",
"devtron": "^1.4.0", "devtron": "^1.4.0",
"electron": "4.0.8", "electron": "4.1.0",
"electron-installer-dmg": "0.2.x", "electron-installer-dmg": "0.2.x",
"electron-packager": "13.0.x", "electron-packager": "13.0.x",
"electron-winstaller": "2.x.x", "electron-winstaller": "2.x.x",