This commit is contained in:
soulgalore 2018-10-15 16:42:09 +02:00
parent 13722f0ac4
commit 537f9f1988
3 changed files with 9 additions and 5 deletions

View File

@ -1,8 +1,12 @@
# CHANGELOG - sitespeed.io
## UNRELEASED
### Fixed
* New Browsertime 3.8.2
## 7.6.1 - 2018-10-15
### Fixed
* In Browsertime 3.8.0 Firefox visual metrics was broken if you use the Browsertime extension (the first visual change was higher than it should). The problem was that orange div (that is used for video) didn't work with perfectly with the extension server [#649](https://github.com/sitespeedio/browsertime/pull/649).
* In Browsertime 3.8.0 Firefox visual metrics was broken if you use the Browsertime extension (the first visual change was higher than it should). The problem was that orange div (that is used for video) didn't work with perfectly with the extension server [#649](https://github.com/sitespeedio/browsertime/pull/649).
## 7.6.0 - 2018-10-15
### Added

6
package-lock.json generated
View File

@ -538,9 +538,9 @@
"integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8="
},
"browsertime": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-3.8.1.tgz",
"integrity": "sha512-OCX/CzpLYEPBwJdhhR0VqxZeufIkBsIpYHdXFj7KzHUm29g3KPILtN37ZizkxMTPfuCNdwt7jBSedHWcBfZVfQ==",
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-3.8.2.tgz",
"integrity": "sha512-jEemS3NIoofJjbg4bds5/uNVGa0TmsjBW5/N4cPKG+4r8K+v/8NHQSSpptwejmfTo+VrokOmYsU2/3nDpv2ISA==",
"requires": {
"@sitespeed.io/throttle": "0.4.3",
"adbkit": "2.11.0",

View File

@ -69,7 +69,7 @@
"dependencies": {
"aws-sdk": "2.327.0",
"bluebird": "3.5.2",
"browsertime": "3.8.1",
"browsertime": "3.8.2",
"cli-color": "1.3.0",
"concurrent-queue": "7.0.2",
"fast-stats": "0.0.3",