Skip to content

Commit 8b0e85f

Browse files
committed
0.8.0
1 parent 618f8a2 commit 8b0e85f

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

NEWS.md

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

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.7.3...master
5+
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.8.0...master
6+
7+
## [0.8.0] - 2019-12-14
8+
9+
[0.8.0]: https://github.com/electron-userland/electron-installer-common/compare/v0.7.3...v0.8.0
10+
11+
### Added
12+
13+
* `hasSandboxHelper` (#47)
14+
15+
### Fixed
16+
17+
* dependencies: remove UUID dependency for Electron >=8.0.0-beta.1 (#45)
18+
* installer: allow sourceDir to be used before options is set (#46)
19+
20+
### Changed
21+
22+
* Require Node >= 8.3.0 (#47)
623

724
## [0.7.3] - 2019-06-19
825

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

0 commit comments

Comments
 (0)