Electron Releases - v3.0.0-beta.7

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

Bug Fixes/Changes

  • [SECURITY] Fixed webPreferences inheritance issue. CVE-2018-15685

  • Added better logging around request failures for releasing. #14245

  • Fixed crash in net::ClientSocketHandle destructor. #14092