Skip to content

Commit

Permalink
7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jul 31, 2016
1 parent 21ec6ec commit 1ca641f
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,10 +2,20 @@

## Unreleased

## [7.4.0] - 2016-07-31

### Added

* Basic debugging messages via the `debug` module - see CONTRIBUTING.md for usage (#433)

### Changed

* Clearer error message when inferring the app name and/or Electron version fails

### Fixed

* (Test) apps named "Electron" can be packaged successfully (#415)

## [7.3.0] - 2016-07-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "7.3.0",
"version": "7.4.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 1ca641f

Please sign in to comment.