Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 17.1.2 #1550

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 40 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,52 @@

## [Unreleased]

[Unreleased]: https://github.com/electron/electron-packager/compare/v17.0.0...main
[Unreleased]: https://github.com/electron/electron-packager/compare/v17.1.2...main

## [17.1.2] - 2023-08-18

[17.1.2]: https://github.com/electron/electron-packager/compare/v17.1.1...v17.1.2

### Fixed

* Added osx-universal flag to usage.txt (#1533)
* Bumped osx-sign to 1.0.5 to fix an entitlement signing error (#1549)
* Ensured logs are quiet when quiet flag is passed (#1440)
* Pruned electron-nightly even if in dependencies (#1538)
* Changed tsdoc to use @link syntax for index.d.ts (#1450)
* Clarified CLI usage (#1534)
* Fixed typos (#1438)

### Changed

* Updated Galactus (#1441)
* Updated got to clean up yarn audit (#1456)
* Set @wg-ecosystem as CODEOWNERS (#1471)
* Bumped dependencies to clean yarn audit (#1473)
* Updated GitHub actions workflows (#1475)

### Removed

* Removed Linux/ia32 official support (was removed in Electron 19) (#1449)

## [17.1.1] - 2022-11-01

[17.1.1]: https://github.com/electron/electron-packager/compare/v17.1.0...v17.1.1

### Fixed

* Fixed an error allowing packaging twice simultaneously (#1439)

## [17.1.0] - 2022-10-31

[17.1.0]: https://github.com/electron/electron-packager/compare/v17.0.0...v17.1.0

### Changed

* Replaced `electron-notarize` with `@electron/notarize`. The configuration options are unchanged. This migration is purely cosmetic.
* Added new `afterFinalizePackageTargets` hook. This hook exposes the platform/arch combinations that are being packaged when the `arch:all` or `platform:all` options are set.

## [17.0.0]
## [17.0.0] - 2022-10-19

[17.0.0]: https://github.com/electron/electron-packager/compare/v16.0.0...v17.0.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "17.1.1",
"version": "17.1.2",
"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