Skip to content

Commit c42b07b

Browse files
committed
15.4.0
1 parent 120f5b2 commit c42b07b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

NEWS.md

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

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron/electron-packager/compare/v15.3.0...main
5+
[Unreleased]: https://github.com/electron/electron-packager/compare/v15.4.0...main
6+
7+
## [15.4.0] - 2021-09-10
8+
9+
[15.4.0]: https://github.com/electron/electron-packager/compare/v15.3.0...v15.4.0
610

711
### Added
812

913
* `extendHelperInfo` option to allow extending helper app `Info.plist` files (#1233)
14+
* Automatically insert `ElectronAsarIntegrity` into `Info.plist` files (#1279)
15+
16+
### Fixed
17+
18+
* Compatibility with `electron-notarize@^1.1.0` (#1278)
1019

1120
## [15.3.0] - 2021-07-17
1221

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.3.0",
3+
"version": "15.4.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)