Skip to content

Commit

Permalink
14.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 9, 2019
1 parent 1bb9edd commit ce21c5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions NEWS.md
Expand Up @@ -2,15 +2,23 @@

## [Unreleased]

[Unreleased]: https://github.com/electron/electron-packager/compare/v14.0.5...master
[Unreleased]: https://github.com/electron/electron-packager/compare/v14.0.6...master

## [14.0.6] - 2019-09-09

[14.0.6]: https://github.com/electron/electron-packager/compare/v14.0.5...v14.0.6

### Fixed

* Send the properly formatted options from the CLI to electron-osx-sign (#1047)

## [14.0.5] - 2019-08-28

[14.0.5]: https://github.com/electron/electron-packager/compare/v14.0.4...v14.0.5

### Fixed

* ensure that CFBundleExecutable and friends are correct for helper apps (#1046)
* Ensure that CFBundleExecutable and friends are correct for helper apps (#1046)

## [14.0.4] - 2019-07-30

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "14.0.5",
"version": "14.0.6",
"description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit ce21c5d

Please sign in to comment.