Skip to content

Commit

Permalink
13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 20, 2019
1 parent 1e9ba9c commit fd237af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion NEWS.md
Expand Up @@ -2,7 +2,20 @@

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v13.0.1...master
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v13.1.0...master

## [13.1.0] - 2019-02-19

[13.1.0]: https://github.com/electron-userland/electron-packager/compare/v13.0.1...v13.1.0

### Added

* Support for inferring version from Electron nightlies (#931)

### Fixed

* Infer versions from `electron-prebuilt-compile` better (#932)
* Upgrade `asar` to `^1.0.0`, which removes a vulnerable transitive dependency (#952)

## [13.0.1] - 2018-12-12

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

Please sign in to comment.