Skip to content

Commit

Permalink
8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 14, 2017
1 parent 9d4f6a9 commit 1c2f3ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Expand Up @@ -2,9 +2,16 @@

## Unreleased

## [8.6.0] - 2017-03-14

### Added

* Limited support for electron-prebuilt-compile (#608)

### Changed

* Options formatted in kebab-case (i.e., with hyphens) are available in camelCase, per JavaScript naming standards (#580)
* rcedit upgraded to 0.8.0

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "8.5.2",
"version": "8.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 1c2f3ea

Please sign in to comment.