Skip to content

Commit 5bab86d

Browse files
committed
0.7.0
1 parent 0107a18 commit 5bab86d

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

NEWS.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.6.3...master
5+
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.7.0...master
6+
7+
## [0.7.0] - 2019-05-24
8+
9+
[0.7.0]: https://github.com/electron-userland/electron-installer-common/compare/v0.6.3...v0.7.0
10+
11+
### Fixed
12+
13+
* Let implementing modules specify revision fallbacks (#29)
14+
15+
### Changed
16+
17+
* `wrapError` is more `async`/`await`-friendly (#27)
18+
19+
### Removed
20+
21+
* Support for Node < 8 (#27)
622

723
## [0.6.3] - 2019-05-02
824

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-installer-common",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
44
"description": "Common functionality for creating distributable Electron apps",
55
"author": "Mark Lee",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)