diff --git a/NEWS.md b/NEWS.md index 3abc52b..f189693 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,16 @@ ## [Unreleased] -[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.9.0...master +[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.10.0...master + +## [0.10.0] - 2020-01-21 + +[0.10.0]: https://github.com/electron-userland/electron-installer-common/compare/v0.9.0...v0.10.0 + +### Changed + +* The function signature for `spawn` is compatible with the one in `child_process`, with the + addition of `logger` and `updateErrorCallback` (#62) ## [0.9.0] - 2020-01-16 diff --git a/package.json b/package.json index ddfbe50..1411350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-installer-common", - "version": "0.9.0", + "version": "0.10.0", "description": "Common functionality for creating distributable Electron apps", "author": "Mark Lee", "license": "Apache-2.0",