browsertime 21.2.0 → 21.2.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/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
|
+
## 21.2.1 - 2024-02-11
|
|
4
|
+
### Fixed
|
|
5
|
+
* Fix correct JavaScript signaure for stopAsError in types.
|
|
6
|
+
|
|
3
7
|
## 21.2.0 - 2024-02-11
|
|
4
8
|
### Added
|
|
5
9
|
* Edge 121 in the Docker container [#2071](https://github.com/sitespeedio/browsertime/pull/2071).
|
package/package.json
CHANGED