Skip to content

Commit

Permalink
9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 16, 2017
1 parent 7973523 commit ca17721
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,6 +2,12 @@

## Unreleased

## [9.1.0] - 2017-09-15

### Added

* `hostArch()` and `allOfficialArchsForPlatformAndVersion()` (#727)

### Changed

* CLI arguments with nonstandard argument values emit warnings (#722)
Expand Down Expand Up @@ -421,6 +427,7 @@

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

[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
[8.7.2]: https://github.com/electron-userland/electron-packager/compare/v8.7.1...v8.7.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "9.0.1",
"version": "9.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 ca17721

Please sign in to comment.