Skip to content

Commit

Permalink
13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 5, 2018
1 parent d977deb commit 537c27c
Show file tree
Hide file tree
Showing 3 changed files with 8,482 additions and 2 deletions.
16 changes: 15 additions & 1 deletion NEWS.md
Expand Up @@ -2,11 +2,25 @@

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v12.2.0...master
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v13.0.0...master

## [13.0.0] - 2018-12-04

[13.0.0]: https://github.com/electron-userland/electron-packager/compare/v12.2.0...v13.0.0

### Added

* `prebuiltAsar` option to specify a prebuilt ASAR file (#823)
* support for macOS Mojave app notarization (#899)

### Changed

* **Dropped support for running on Node < 6.0.** (#900)

### Removed

* Deprecated target arch APIs (#915)
* The callback version of the API (use `nodeify` if you need that syntax style) (#916)

## [12.2.0] - 2018-10-02

Expand Down

0 comments on commit 537c27c

Please sign in to comment.