Changelog

nodejs/node · · 2 commits

Electron 42 ABI reserved; updater hardened

Node reserved module version 146 for Electron 42, and a fixture update script now fails fast when it can't find the expected SHA.

Reserve NMV 146 for Electron 42 (nikwenf38a739)

Node's ABI registry now includes module version 146 for Electron 42, keeping the published compatibility map in sync with the next Electron release.

Other misc changes

  • Hardened update-test426-fixtures.sh error handling so it exits with a clear failure if the expected commit SHA can't be found in the README (Trott1bd17b4).