Skip to content

Commit

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

## [Unreleased]

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

## [12.1.0]

[12.1.0]: https://github.com/electron-userland/electron-packager/compare/v12.0.2...v12.1.0

### Added

* `--version` shows the Packager/Node versions & host platform/arch (#841)

### Fixed

* `mips64el` arch is only available with Electron 1.8.x (#843)
* better detection of node modules (#847)

## [12.0.2] - 2018-05-02

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

Please sign in to comment.