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.
- package/CHANGELOG.md +8 -0
- 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