Skip to content

Commit

Permalink
15.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jul 18, 2021
1 parent e2d317f commit 463ef02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion NEWS.md
Expand Up @@ -2,7 +2,17 @@

## [Unreleased]

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

## [15.3.0] - 2021-07-17

[15.3.0]: https://github.com/electron/electron-packager/compare/v15.2.0...v15.3.0

### Added

* Bundled app validation to ensure that both `package.json` and the main entry point exist (#1257)
* Support for customizing Windows targets on darwin/arm64 (#1260)
* Support for customizing Windows targets on WSL without Wine installed (#1260)

## [15.2.0] - 2020-12-04

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

Please sign in to comment.