From 51a103dae738c1e61d25cce35d4e44c42fec1a81 Mon Sep 17 00:00:00 2001 From: Keeley Hammond Date: Fri, 18 Aug 2023 16:14:17 -0700 Subject: [PATCH] v17.1.2 (#1550) --- NEWS.md | 42 ++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 41 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index ebc477c5..36d0cb7e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/package.json b/package.json index 5e2467aa..2529a9b4 100644 --- a/package.json +++ b/package.json @@ -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",