|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
5 |
| -[Unreleased]: https://github.com/electron/electron-packager/compare/v17.0.0...main |
| 5 | +[Unreleased]: https://github.com/electron/electron-packager/compare/v17.1.2...main |
| 6 | + |
| 7 | +## [17.1.2] - 2023-08-18 |
| 8 | + |
| 9 | +[17.1.2]: https://github.com/electron/electron-packager/compare/v17.1.1...v17.1.2 |
| 10 | + |
| 11 | +### Fixed |
| 12 | + |
| 13 | +* Added osx-universal flag to usage.txt (#1533) |
| 14 | +* Bumped osx-sign to 1.0.5 to fix an entitlement signing error (#1549) |
| 15 | +* Ensured logs are quiet when quiet flag is passed (#1440) |
| 16 | +* Pruned electron-nightly even if in dependencies (#1538) |
| 17 | +* Changed tsdoc to use @link syntax for index.d.ts (#1450) |
| 18 | +* Clarified CLI usage (#1534) |
| 19 | +* Fixed typos (#1438) |
| 20 | + |
| 21 | +### Changed |
| 22 | + |
| 23 | +* Updated Galactus (#1441) |
| 24 | +* Updated got to clean up yarn audit (#1456) |
| 25 | +* Set @wg-ecosystem as CODEOWNERS (#1471) |
| 26 | +* Bumped dependencies to clean yarn audit (#1473) |
| 27 | +* Updated GitHub actions workflows (#1475) |
| 28 | + |
| 29 | +### Removed |
| 30 | + |
| 31 | +* Removed Linux/ia32 official support (was removed in Electron 19) (#1449) |
| 32 | + |
| 33 | +## [17.1.1] - 2022-11-01 |
| 34 | + |
| 35 | +[17.1.1]: https://github.com/electron/electron-packager/compare/v17.1.0...v17.1.1 |
| 36 | + |
| 37 | +### Fixed |
| 38 | + |
| 39 | +* Fixed an error allowing packaging twice simultaneously (#1439) |
| 40 | + |
| 41 | +## [17.1.0] - 2022-10-31 |
| 42 | + |
| 43 | +[17.1.0]: https://github.com/electron/electron-packager/compare/v17.0.0...v17.1.0 |
6 | 44 |
|
7 | 45 | ### Changed
|
8 | 46 |
|
9 | 47 | * Replaced `electron-notarize` with `@electron/notarize`. The configuration options are unchanged. This migration is purely cosmetic.
|
10 | 48 | * 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.
|
11 | 49 |
|
12 |
| -## [17.0.0] |
| 50 | +## [17.0.0] - 2022-10-19 |
13 | 51 |
|
14 | 52 | [17.0.0]: https://github.com/electron/electron-packager/compare/v16.0.0...v17.0.0
|
15 | 53 |
|
|
0 commit comments