Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 17, 2020
1 parent 4155e45 commit 2cd0648
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

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

## [0.9.0] - 2020-01-16

[0.9.0]: https://github.com/electron-userland/electron-installer-common/compare/v0.8.0...v0.9.0

### Changed

* Require Node >= 10.0.0 (#52)

## [0.8.0] - 2019-12-14

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.8.0",
"version": "0.9.0",
"description": "Common functionality for creating distributable Electron apps",
"author": "Mark Lee",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2cd0648

Please sign in to comment.