Skip to content

Commit

Permalink
15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 27, 2020
1 parent 65ae3fe commit 0fb2f1f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion NEWS.md
Expand Up @@ -2,7 +2,24 @@

## [Unreleased]

[Unreleased]: https://github.com/electron/electron-packager/compare/v14.2.1...master
[Unreleased]: https://github.com/electron/electron-packager/compare/v15.0.0...master

## [15.0.0] - 2020-06-27

### Added

* mac: app API key notarization (#1127)
* TypeScript definition (#1131)

### Changed

* Replace `cross-zip` with `extract-zip` (#1139)

### Removed

* Node < 10 support (#1122)

[14.2.1]: https://github.com/electron/electron-packager/compare/v14.2.0...v14.2.1

## [14.2.1] - 2020-02-07

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

0 comments on commit 0fb2f1f

Please sign in to comment.