Skip to content

Commit

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

## Unreleased

## [10.0.0] - 2017-11-19

### Changed

* Switch from `minimist` to `yargs-parser` (#732)
* Electron Packager only officially supports Node versions that are supported by the
NodeJS team (#747)
* Refactor to use `Promise`s internally. This has the side effect of somewhat parallelizing
building two or more targets at once, via `Promise.all` (#753)

## [9.1.0] - 2017-09-15

### Added
Expand Down Expand Up @@ -427,6 +437,7 @@

For versions prior to 5.2.0, please see `git log`.

[10.0.0]: https://github.com/electron-userland/electron-packager/compare/v9.1.0...v10.0.0
[9.1.0]: https://github.com/electron-userland/electron-packager/compare/v9.0.1...v9.1.0
[9.0.1]: https://github.com/electron-userland/electron-packager/compare/v9.0.0...v9.0.1
[9.0.0]: https://github.com/electron-userland/electron-packager/compare/v8.7.2...v9.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "9.1.0",
"version": "10.0.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 a636112

Please sign in to comment.