Skip to content

Commit

Permalink
10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Nov 20, 2017
1 parent 05ba8a9 commit 5cfee0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## [10.1.0] - 2017-11-19

### Added

* Option to set the executable name separate from the app name (#758)

### Fixed

* `mz` dependency (#759)

## [10.0.0] - 2017-11-19

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

0 comments on commit 5cfee0f

Please sign in to comment.