Skip to content

Commit

Permalink
14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Oct 28, 2019
1 parent dc31cac commit 8d41b1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions NEWS.md
Expand Up @@ -2,12 +2,16 @@

## [Unreleased]

[Unreleased]: https://github.com/electron/electron-packager/compare/v14.0.6...master
[Unreleased]: https://github.com/electron/electron-packager/compare/v14.1.0...master

## [14.1.0] - 2019-10-28

[14.1.0]: https://github.com/electron/electron-packager/compare/v14.0.6...v14.1.0

### Added

* (darwin/mas only) `usageDescription` option
* Support for official win32/arm64 builds
* (darwin/mas only) `usageDescription` option (#1049)
* Support for official win32/arm64 builds (#1053)

## [14.0.6] - 2019-09-09

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "14.0.6",
"version": "14.1.0",
"description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 8d41b1f

Please sign in to comment.