Electron v5.0.13
npm
npm install --save-dev electron@5.0.13
yarn
yarn add --dev electron@5.0.13
Release Notes
Fixes
Fixed Electron apps getting rejected to Mac App Store. #20988
Fixed context menu disappearing when showing. #21227
Fixed issue where reloading the window after calling
setBackgroundColor
would result in using an older background color setting. #19972