Skip to content

Commit

Permalink
11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 13, 2018
1 parent 0e9f65d commit 37ee0bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion NEWS.md
Expand Up @@ -2,7 +2,16 @@

## [Unreleased]

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

## [11.0.1] - 2018-02-12

[11.0.1]: https://github.com/electron-userland/electron-packager/compare/v11.0.0...v11.0.1

### Fixed

* `rcedit` module updated to 1.0.0, which fixes some bugs (#804)
* `--help` prints usage to stdout (#805)

## [11.0.0] - 2018-02-06

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

Please sign in to comment.