browsertime 26.0.1 → 26.1.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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Browsertime changelog (we do [semantic versioning](https://semver.org))
2
2
 
3
+ ## 26.1.0- 2025-12-11
4
+ ### Added
5
+ * Firefox 146 in the Docker container [#2351](https://github.com/sitespeedio/browsertime/pull/2351).
6
+ * Chrone 143 in the Docker container [#2350](https://github.com/sitespeedio/browsertime/pull/2350).
7
+
8
+ ### Fixed
9
+ * Make sure the user in the Docker container has the correct user rights [#2349](https://github.com/sitespeedio/browsertime/pull/2349).
10
+
3
11
  ## 26.0.1- 2025-12-10
4
12
  ### Fixed
5
13
  * Remove extra console.log entry :)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "browsertime",
3
3
  "description": "Get performance metrics from your web page using Browsertime.",
4
- "version": "26.0.1",
4
+ "version": "26.1.0",
5
5
  "bin": "./bin/browsertime.js",
6
6
  "type": "module",
7
7
  "types": "./types/scripting.d.ts",