browsertime 22.4.1 → 22.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,14 @@
1
1
  # Browsertime changelog (we do [semantic versioning](https://semver.org))
2
2
 
3
- ## 22.3.1 - 2024-06-07
3
+ ## 22.5.0 - 2024-06-14
4
+ ### Added
5
+ * Updated the Docker container to include Chrome 126 and Firefox 127. Chromedriver has been updated to 126 [#2141](https://github.com/sitespeedio/browsertime/pull/2141).
6
+
7
+ ## 22.4.1 - 2024-06-07
4
8
  ### Fixed
5
9
  * Make sure the engine is stopped before the extra video/profile run [#2140](https://github.com/sitespeedio/browsertime/pull/2140).
6
10
 
7
- ## 22.3.0 - 2024-06-06
11
+ ## 22.4.0 - 2024-06-06
8
12
  ### Added
9
13
  * Use `--enableVideoRun` to get one extra run with a video and visual metrics [#2139](https://github.com/sitespeedio/browsertime/pull/2139)
10
14
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "browsertime",
3
3
  "description": "Get performance metrics from your web page using Browsertime.",
4
- "version": "22.4.1",
4
+ "version": "22.5.0",
5
5
  "bin": "./bin/browsertime.js",
6
6
  "type": "module",
7
7
  "types": "./types/scripting.d.ts",
8
8
  "dependencies": {
9
9
  "@cypress/xvfb": "1.2.4",
10
10
  "@devicefarmer/adbkit": "3.2.6",
11
- "@sitespeed.io/chromedriver": "125.0.6422-60",
11
+ "@sitespeed.io/chromedriver": "126.0.6478-55",
12
12
  "@sitespeed.io/edgedriver": "125.0.2535-47",
13
13
  "@sitespeed.io/geckodriver": "0.34.0",
14
14
  "@sitespeed.io/throttle": "5.0.0",