Skip to content

Commit 7d54c12

Browse files
committed
15.2.0
1 parent aafe0fd commit 7d54c12

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

NEWS.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron/electron-packager/compare/v15.1.0...master
5+
[Unreleased]: https://github.com/electron/electron-packager/compare/v15.2.0...master
6+
7+
## [15.2.0] - 2020-12-04
8+
9+
[15.2.0]: https://github.com/electron/electron-packager/compare/v15.1.0...v15.2.0
10+
11+
### Added
12+
13+
* Upgrade `electron-osx-sign` to 0.5.0 which adds a new option, `entitlementsForFile` (#1189)
14+
15+
### Fixed
16+
17+
* Add package manager lockfiles to default ignore list (#1182)
18+
* Allow checking official builds against prerelease versions (#1191)
619

720
## [15.1.0] - 2020-08-21
821

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-packager",
3-
"version": "15.1.0",
3+
"version": "15.2.0",
44
"description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)