Skip to content

Commit

Permalink
10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 2, 2018
1 parent e8e7ed3 commit 0b00895
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## [10.1.1] - 2018-01-02

### Fixed

* ARM detection with prebuilt armv7l Node.js (#783)
* Don't create `yarn.lock` when pruning with Yarn (#784)

## [10.1.0] - 2017-11-19

### Added
Expand Down Expand Up @@ -447,6 +454,7 @@

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

[10.1.1]: https://github.com/electron-userland/electron-packager/compare/v10.1.0...v10.1.1
[10.1.0]: https://github.com/electron-userland/electron-packager/compare/v10.0.0...v10.1.0
[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "10.1.0",
"version": "10.1.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 0b00895

Please sign in to comment.