Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed May 25, 2019
1 parent 0107a18 commit 5bab86d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.6.3...master
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.7.0...master

## [0.7.0] - 2019-05-24

[0.7.0]: https://github.com/electron-userland/electron-installer-common/compare/v0.6.3...v0.7.0

### Fixed

* Let implementing modules specify revision fallbacks (#29)

### Changed

* `wrapError` is more `async`/`await`-friendly (#27)

### Removed

* Support for Node < 8 (#27)

## [0.6.3] - 2019-05-02

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-installer-common",
"version": "0.6.3",
"version": "0.7.0",
"description": "Common functionality for creating distributable Electron apps",
"author": "Mark Lee",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5bab86d

Please sign in to comment.