Skip to content

Commit

Permalink
15.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 10, 2021
1 parent 120f5b2 commit c42b07b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion NEWS.md
Expand Up @@ -2,11 +2,20 @@

## [Unreleased]

[Unreleased]: https://github.com/electron/electron-packager/compare/v15.3.0...main
[Unreleased]: https://github.com/electron/electron-packager/compare/v15.4.0...main

## [15.4.0] - 2021-09-10

[15.4.0]: https://github.com/electron/electron-packager/compare/v15.3.0...v15.4.0

### Added

* `extendHelperInfo` option to allow extending helper app `Info.plist` files (#1233)
* Automatically insert `ElectronAsarIntegrity` into `Info.plist` files (#1279)

### Fixed

* Compatibility with `electron-notarize@^1.1.0` (#1278)

## [15.3.0] - 2021-07-17

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

Please sign in to comment.