Skip to content

Commit

Permalink
Merge branch 'main' into new-network-idle
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Jul 14, 2023
2 parents 84d9a7f + a76897f commit 1bf7f45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Browsertime changelog (we do [semantic versioning](https://semver.org))

## 17.11.1 - UNRELEASED
## 17.11.2 - 2022-06-19
### Fixed
* Fix --debug mode. Thank you [Gregory Mierzwinski](https://github.com/gmierz) for PR [#1959](https://github.com/sitespeedio/browsertime/pull/1959).
* Update ff-test-bidi-har-export to 0.0.11 that fixes some error logs [#1961](https://github.com/sitespeedio/browsertime/pull/1961).

## 17.11.0 - 2022-06-12
## 17.11.1 - 2022-06-12
### Fixed
* If Chrome do not collect largest contentful paint, log that instead of just log null [#1957](https://github.com/sitespeedio/browsertime/pull/1957).

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sitespeedio/webbrowsers:chrome-114.0-firefox-113.0-edge-113.0
FROM sitespeedio/webbrowsers:chrome-114.0-firefox-115.0-edge-114.0

ARG TARGETPLATFORM=linux/amd64

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browsertime",
"description": "Get performance metrics from your web page using Browsertime.",
"version": "17.11.1",
"version": "17.11.2",
"bin": "./bin/browsertime.js",
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 1bf7f45

Please sign in to comment.