Electron Releases - v12.0.0-beta.23

npm install electron@v12.0.0-beta.23
yarn add electron@v12.0.0-beta.23
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

  • Backported fix for https://crbug.com/1125165. #27596
  • Fixed a memory leak when creating BrowserWindows. #27641 (Also in 11)
  • Fixed memory leak when sending non-primitives over the context bridge. #27636 (Also in 10, 11)