Skip to content

Commit

Permalink
12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed May 3, 2018
1 parent a43c90c commit 1b1b8d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion NEWS.md
Expand Up @@ -2,7 +2,19 @@

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v12.0.1...master
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v12.0.2...master

## [12.0.2] - 2018-05-02

[12.0.2]: https://github.com/electron-userland/electron-packager/compare/v12.0.1...v12.0.2

### Fixed

* Support for Node 10 via the CLI (#835)

### Deprecated

* The callback version of the API (use `nodeify` if you need that syntax style) (#837)

## [12.0.1] - 2018-04-10

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

Please sign in to comment.