Skip to content

Commit

Permalink
7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Aug 14, 2016
1 parent 4987fd2 commit 3ef6d47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## [7.6.0] - 2016-08-14

### Added

* [API] hook for afterCopy (#448)
* [darwin/mas] Documentation for `protocol` and `protocol-name` options (#121, #450)

### Changed

* [CLI] Minimum Node version is enforced (#454)
Expand Down Expand Up @@ -216,6 +223,7 @@

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

[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
[7.5.0]: https://github.com/electron-userland/electron-packager/compare/v7.4.0...v7.5.0
[7.4.0]: https://github.com/electron-userland/electron-packager/compare/v7.3.0...v7.4.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": "7.5.1",
"version": "7.6.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 3ef6d47

Please sign in to comment.