Skip to content

Commit 1a9cb95

Browse files
committed
0.10.0
1 parent e30f222 commit 1a9cb95

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

NEWS.md

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

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.9.0...master
5+
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.10.0...master
6+
7+
## [0.10.0] - 2020-01-21
8+
9+
[0.10.0]: https://github.com/electron-userland/electron-installer-common/compare/v0.9.0...v0.10.0
10+
11+
### Changed
12+
13+
* The function signature for `spawn` is compatible with the one in `child_process`, with the
14+
addition of `logger` and `updateErrorCallback` (#62)
615

716
## [0.9.0] - 2020-01-16
817

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

0 commit comments

Comments
 (0)