browsertime 26.0.0 → 26.0.1
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 +4 -0
- package/lib/support/images/index.js +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Browsertime changelog (we do [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
## 26.0.1- 2025-12-10
|
|
4
|
+
### Fixed
|
|
5
|
+
* Remove extra console.log entry :)
|
|
6
|
+
|
|
3
7
|
## 26.0.0 - 2025-12-10
|
|
4
8
|
### Breaking
|
|
5
9
|
* We removed support for setting the compression level for png screenshots, see the added section why.
|
package/package.json
CHANGED