Skip to content

Commit 2cd0648

Browse files
committed
0.9.0
1 parent 4155e45 commit 2cd0648

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

NEWS.md

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

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.8.0...master
5+
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.9.0...master
6+
7+
## [0.9.0] - 2020-01-16
8+
9+
[0.9.0]: https://github.com/electron-userland/electron-installer-common/compare/v0.8.0...v0.9.0
10+
11+
### Changed
12+
13+
* Require Node >= 10.0.0 (#52)
614

715
## [0.8.0] - 2019-12-14
816

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

0 commit comments

Comments
 (0)