Electron Releases - v18.2.0

npm install electron@v18.2.0
yarn add electron@v18.2.0

Release Notes

Features

  • Fixed an issue where the PDF Viewer would fail if a user attempted to reload. #33711 (Also in 19)

Fixes

  • Fixed an issue with the app.requestSingleInstanceLock() API where it would sometimes hang. #33778

Other Changes

  • Fixed child_process.spawn ENOENT error with cwd option. #33871 (Also in 16, 17, 19)
  • Updated Chromium to 100.0.4896.143. #33948