diff --git a/.npmrc b/.npmrc index 28cdbd8a8a5..b0da08f878b 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ runtime = electron target_arch = x64 -brave_electron_version = 2.58.6 +brave_electron_version = 2.58.7 chromedriver_version = 2.27 -target = v2.58.6 +target = v2.58.7 disturl=http://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/ build_from_source = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c9ce1ec25..f76c61568fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## [0.15.0](https://github.com/brave/browser-laptop/releases/v0.15.0dev) - - Update muon to 2.58.6. ([#8161](https://github.com/brave/browser-laptop/issues/8161)) + - Update muon to 2.58.7. ([#8161](https://github.com/brave/browser-laptop/issues/8161)) ## [0.14.1](https://github.com/brave/browser-laptop/releases/v0.14.1dev) - Fixed paste not detected issue with context menus. ([#8000](https://github.com/brave/browser-laptop/issues/8000)) diff --git a/tools/cibuild.py b/tools/cibuild.py index 0f8a52ccfa7..921a102820f 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '2.58.6' +MUON_VERSION = '2.58.7' CHROMEDRIVER_VERSION = '2.27' NODE_VERSION = '7.4.0' SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))