diff --git a/CHANGELOG.md b/CHANGELOG.md index 7960cd5f1..ac74b66fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## UNRELEASED ### Fixed * Upgrading node-sass to work when installing on Windows 10 [#1671](https://github.com/sitespeedio/sitespeed.io/issues/1671) +* Upgrading to Browsertime 1.5.4 checkout [https://github.com/sitespeedio/browsertime/blob/master/CHANGELOG.md#version-154-2017-07-19](https://github.com/sitespeedio/browsertime/blob/master/CHANGELOG.md#version-154-2017-07-19) ## 5.4.3 2017-07-14 ### Fixed diff --git a/package.json b/package.json index 2a8f451a3..189438b95 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "main": "./lib/sitespeed.js", "dependencies": { "bluebird": "3.5.0", - "browsertime": "1.5.3", + "browsertime": "1.5.4", "cli-color": "1.1.0", "concurrent-queue": "7.0.1", "fast-stats": "0.0.3",