Skip to content

Commit

Permalink
docs: update NEWS.md for v17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Oct 19, 2022
1 parent 21bb953 commit 34c3c4e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

## [Unreleased]

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

## [17.0.0]

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

### Changed

* Replaced `electron-osx-sign` with `@electron/osx-sign`. The accepted properties on the `osxSign` options object are now slightly different. Please see the [migration guide](https://github.com/electron/osx-sign/blob/main/MIGRATION.md) for more information on these changes.
* Replaced `asar` with `@electron/asar`. The configuration options are unchanged, this migration is purely cosmetic.
* **BREAKING:** Replaced `electron-osx-sign` with `@electron/osx-sign`. The accepted properties on the `osxSign` options object are now slightly different. Please see the [migration guide](https://github.com/electron/osx-sign/blob/main/MIGRATION.md) for more information on these changes. (#1428)
* Replaced `asar` with `@electron/asar`. The configuration options are unchanged. This migration is purely cosmetic. (#1431)

### Fixed

Expand Down

0 comments on commit 34c3c4e

Please sign in to comment.