Skip to content

Commit

Permalink
chore(deploy): Release v24.8.1 (electron-updater@6.1.7) (#7847)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Nov 5, 2023
1 parent 3bb2324 commit 4791c83
Show file tree
Hide file tree
Showing 31 changed files with 525 additions and 39 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-bats-brake.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/quick-comics-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-lies-thank.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-kiwis-float.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [](https://github.com/electron-userland/electron-builder/compare/v24.8.0...v) (2023-11-04)


### Bug Fixes

* compat with newest @types/node to leverage `OutgoingHttpHeader` for httpExecutor's `RequestHeaders` ([#7806](https://github.com/electron-userland/electron-builder/issues/7806)) ([db424e8](https://github.com/electron-userland/electron-builder/commit/db424e8e876e6ac1985668bf78bd52a02824dd7f))
* **deps:** Update 7zip-bin to support Windows on ARM ([#7829](https://github.com/electron-userland/electron-builder/issues/7829)) ([1af7447](https://github.com/electron-userland/electron-builder/commit/1af7447edf47303de03ca2924727c78118161c60))
* **mac:** don't notarize mas builds ([#7838](https://github.com/electron-userland/electron-builder/issues/7838)) ([87eae1c](https://github.com/electron-userland/electron-builder/commit/87eae1cc2f85f034f1543840b20d56e89a23c0df))



# [](https://github.com/electron-userland/electron-builder/compare/v24.7.0...v) (2023-10-19)


Expand Down
13 changes: 13 additions & 0 deletions packages/app-builder-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# app-builder-lib

## 24.8.1

### Patch Changes

- [#7829](https://github.com/electron-userland/electron-builder/pull/7829) [`1af7447e`](https://github.com/electron-userland/electron-builder/commit/1af7447edf47303de03ca2924727c78118161c60) Thanks [@lutzroeder](https://github.com/lutzroeder)! - fix(deps): Update 7zip-bin to support Windows on ARM

- [#7838](https://github.com/electron-userland/electron-builder/pull/7838) [`87eae1cc`](https://github.com/electron-userland/electron-builder/commit/87eae1cc2f85f034f1543840b20d56e89a23c0df) Thanks [@mifi](https://github.com/mifi)! - fix: don't notarize mas builds

- Updated dependencies [[`db424e8e`](https://github.com/electron-userland/electron-builder/commit/db424e8e876e6ac1985668bf78bd52a02824dd7f), [`1af7447e`](https://github.com/electron-userland/electron-builder/commit/1af7447edf47303de03ca2924727c78118161c60), [`db424e8e`](https://github.com/electron-userland/electron-builder/commit/db424e8e876e6ac1985668bf78bd52a02824dd7f)]:
- builder-util-runtime@9.2.3
- builder-util@24.8.1
- electron-publish@24.8.1

## 24.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app-builder-lib",
"description": "electron-builder lib",
"version": "24.8.0",
"version": "24.8.1",
"main": "out/index.js",
"files": [
"out",
Expand Down
Loading

0 comments on commit 4791c83

Please sign in to comment.