Electron v16.2.7
npm
npm install --save-dev electron@16.2.7
yarn
yarn add --dev electron@16.2.7
Release Notes
Fixes
- Fixed a crash when calling - loadExtensionon an extension directory that's missing a manifest file. #34192 (Also in 17)
- Fixed an issue where tray items wouldn't highlight in some scenarios on macOS. #34205 (Also in 17, 18, 19) 
- SIGUSR1 is no longer handled when the - node_cli_inspectfuse is disabled. #34182 (Also in 17, 18)