Skip to content

Releases: electron/rebuild

v4.0.1

30 Apr 18:16
764ef6d
Compare
Choose a tag to compare

4.0.1 (2025-04-30)

Bug Fixes

v4.0.0

30 Apr 00:46
8a2a599
Compare
Choose a tag to compare

4.0.0 (2025-04-30)

BREAKING CHANGES

  • bumps required Node.js version to >=22.12.0. ESM-only.

  • update to follow latest recommendations

  • remove unused nodeGypPath field from Rebuilder

  • fix tests

  • remove default export

  • update Node version in release.yml

  • move ESLint config out of package.json

  • update typescript version

  • rename compile script to build

  • update imports

  • replace fs-extra with graceful-fs

  • update @typescript-eslint/ deps to fix lint

  • esm: update imports

  • esm: replace __dirname with import.meta.dirname

  • esm: require is no longer required

  • replace ts-node with tsx to fix tests

  • docs: provide both CJS and ESM examples

  • update deps and examples

  • use util.promisify for graceful-fs methods

v3.7.2

10 Apr 20:28
2efb86d
Compare
Choose a tag to compare

3.7.2 (2025-04-10)

Bug Fixes

  • runtime error after removing pnpm module (#1181) (2efb86d)

v3.7.1

12 Nov 02:22
6430e74
Compare
Choose a tag to compare

3.7.1 (2024-11-12)

Bug Fixes

  • enforce extraModules to be a set of strings (#888) (6430e74)

v3.7.0

08 Oct 17:48
96b462a
Compare
Choose a tag to compare

3.7.0 (2024-10-08)

Features

  • Change node-gyp to @electron/node-gyp (#1157) (96b462a). If you're getting ModuleNotFoundError: No module named 'distutils' errors when installing native Node.js addons on macOS Sequoia, this is the version that will fix those errors for you!

v3.6.2

02 Oct 18:02
683129a
Compare
Choose a tag to compare

3.6.2 (2024-10-02)

Bug Fixes

v3.6.1

01 Oct 16:20
9ebf9bd
Compare
Choose a tag to compare

3.6.1 (2024-10-01)

Bug Fixes

v3.6.0

23 Jan 07:08
38dcca2
Compare
Choose a tag to compare

3.6.0 (2024-01-23)

Features

v3.5.0

09 Jan 16:27
c483dde
Compare
Choose a tag to compare

3.5.0 (2024-01-09)

Features

  • Upgrade node-api-version to add support for NodeAPI level 9 (#1118) (c483dde)

v3.4.1

04 Dec 23:23
5e6f727
Compare
Choose a tag to compare

3.4.1 (2023-12-04)

Bug Fixes