Skip to content

Commit 51a103d

Browse files
authored
v17.1.2 (#1550)
1 parent 4d70cd0 commit 51a103d

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

NEWS.md

+40-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,52 @@
22

33
## [Unreleased]
44

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
644

745
### Changed
846

947
* Replaced `electron-notarize` with `@electron/notarize`. The configuration options are unchanged. This migration is purely cosmetic.
1048
* 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.
1149

12-
## [17.0.0]
50+
## [17.0.0] - 2022-10-19
1351

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-packager",
3-
"version": "17.1.1",
3+
"version": "17.1.2",
44
"description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)