Skip to content

Commit

Permalink
10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 27, 2018
1 parent b95b146 commit a392319
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion NEWS.md
@@ -1,6 +1,16 @@
# Changes by Version

## Unreleased
## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v10.1.2...master

## [10.1.2] - 2018-01-26

[10.1.2]: https://github.com/electron-userland/electron-packager/compare/v10.1.1...v10.1.2

### Fixed

* `overwrite: true` when no platform/arch is specified (#794)

## [10.1.1] - 2018-01-02

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

Please sign in to comment.