Electron Releases - v13.1.6

npm install electron@v13.1.6
yarn add electron@v13.1.6

Release Notes

Fixes

  • Fixed a potential crash when calling app.quit() on macOS. #29961 (Also in 14)
  • Fixed an issue where self.module.paths wouldn't work in Workers. #30013 (Also in 12, 14)
  • Fixed crash when clicking links with target=_blank from webview. #29951 (Also in 12, 14)
  • Fixed memory leak when creating notification on macOS. #30009 (Also in 14)
  • Fixed page title not being updated on child windows without navigation entries under nativeWindowOpen. #29958 (Also in 12, 14)

Other Changes

  • Backported fix for 1090000. #29997