Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 3, 2016
1 parent 65c5b67 commit 41a1fb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [8.0.0] - 2016-09-03

### Added

* `win32metadata` option (#331, #463)
Expand Down Expand Up @@ -34,7 +36,8 @@

### Added

* The `package.json` `version` property is the default app version if `--app-version` is unspecified (#449)
* The `package.json` `version` property is the default app version if `--app-version` is
unspecified (#449)

### Changed

Expand Down Expand Up @@ -261,6 +264,7 @@

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

[8.0.0]: https://github.com/electron-userland/electron-packager/compare/v7.7.0...v8.0.0
[7.7.0]: https://github.com/electron-userland/electron-packager/compare/v7.6.0...v7.7.0
[7.6.0]: https://github.com/electron-userland/electron-packager/compare/v7.5.1...v7.6.0
[7.5.1]: https://github.com/electron-userland/electron-packager/compare/v7.5.0...v7.5.1
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": "7.7.0",
"version": "8.0.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 41a1fb0

Please sign in to comment.