Electron Releases - v9.0.0-beta.12

npm install electron@v9.0.0-beta.12
yarn add electron@v9.0.0-beta.12
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Fixes

  • Fixed a use-after-free error that could happen if a Tray was destroyed while showing a custom context menu. #22855
  • Fixed possible freeze on window with disabled background throttling. #22852