Skip to content

Commit

Permalink
8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed May 2, 2017
1 parent 3ef907e commit 22cd2cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

## Unreleased

## [8.7.0] - 2017-05-01

### Added

* `packageManager` (`--package-manager` via CLI) option (#618)
* `win32metadata.application-manifest` option (#620)
* `win32metadata.requested-execution-level` option (#620)

### Fixed

* Support for `extract-zip` >= 1.6.1

## [8.6.0] - 2017-03-14

Expand Down Expand Up @@ -348,6 +356,8 @@

For versions prior to 5.2.0, please see `git log`.

[8.7.0]: https://github.com/electron-userland/electron-packager/compare/v8.6.0...v8.7.0
[8.6.0]: https://github.com/electron-userland/electron-packager/compare/v8.5.2...v8.6.0
[8.5.2]: https://github.com/electron-userland/electron-packager/compare/v8.5.1...v8.5.2
[8.5.1]: https://github.com/electron-userland/electron-packager/compare/v8.5.0...v8.5.1
[8.5.0]: https://github.com/electron-userland/electron-packager/compare/v8.4.0...v8.5.0
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-packager",
"version": "8.6.0",
"version": "8.7.0",
"description": "Package and distribute your Electron app with OS-specific bundles (.app, .exe etc) via JS or CLI",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 22cd2cd

Please sign in to comment.