Chrome 76
This commit is contained in:
parent
9a5b813536
commit
cbaf1c312a
|
|
@ -1,5 +1,10 @@
|
|||
# CHANGELOG - sitespeed.io
|
||||
|
||||
## UNRELEASED
|
||||
|
||||
### Added
|
||||
* Use Chrome 76 in the Docker container and Chromedriver 76.
|
||||
|
||||
## 9.7.0 - 2019-07-29
|
||||
|
||||
In this release we moved functionality for Chrome from our [browser extension](https://github.com/sitespeedio/browsertime-extension) to the devtools protocol instead, so that the same functionality also works in Chrome on Android. Read the [changelog for Browsertime for all changes](https://github.com/sitespeedio/browsertime/blob/master/CHANGELOG.md#560----2019-07-27).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM sitespeedio/webbrowsers:chrome-75-firefox-68.0
|
||||
FROM sitespeedio/webbrowsers:chrome-76-firefox-68.0
|
||||
|
||||
ENV SITESPEED_IO_BROWSERTIME__XVFB true
|
||||
ENV SITESPEED_IO_BROWSERTIME__DOCKER true
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -71,7 +71,7 @@
|
|||
"dependencies": {
|
||||
"@google-cloud/storage": "2.5.0",
|
||||
"aws-sdk": "2.471.0",
|
||||
"browsertime": "5.6.1",
|
||||
"browsertime": "5.7.0",
|
||||
"cli-color": "1.4.0",
|
||||
"concurrent-queue": "7.0.2",
|
||||
"dayjs": "1.8.14",
|
||||
|
|
|
|||
Loading…
Reference in New Issue