Skip to content

Commit

Permalink
15.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 4, 2020
1 parent aafe0fd commit 7d54c12
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/electron-packager/compare/v15.1.0...master
[Unreleased]: https://github.com/electron/electron-packager/compare/v15.2.0...master

## [15.2.0] - 2020-12-04

[15.2.0]: https://github.com/electron/electron-packager/compare/v15.1.0...v15.2.0

### Added

* Upgrade `electron-osx-sign` to 0.5.0 which adds a new option, `entitlementsForFile` (#1189)

### Fixed

* Add package manager lockfiles to default ignore list (#1182)
* Allow checking official builds against prerelease versions (#1191)

## [15.1.0] - 2020-08-21

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

Please sign in to comment.