browsertime 14.20.3 → 14.21.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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Browsertime changelog (we do [semantic versioning](https://semver.org))
2
2
 
3
+ ## 14.21.0 - 2022-02-08
4
+ ### Fixed
5
+ * Upgraded to Egdedriver 98
6
+ * Upgraded to Edge 98 and Firefox 97 in the Docker container
3
7
  ## 14.20.3 - 2022-02-07
4
8
  ### Fixed
5
9
  * There's a new setup how we build Docker releases and this release uses the new pipeline.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "description": "Browsertime",
3
- "version": "14.20.3",
3
+ "version": "14.21.0",
4
4
  "bin": "./bin/browsertime.js",
5
5
  "dependencies": {
6
6
  "@sitespeed.io/throttle": "3.0.0",
@@ -23,7 +23,7 @@
23
23
  "lodash.pick": "4.4.0",
24
24
  "lodash.set": "4.3.2",
25
25
  "selenium-webdriver": "4.1.0",
26
- "@sitespeed.io/edgedriver": "95.0.1020-30",
26
+ "@sitespeed.io/edgedriver": "98.0.1108-43",
27
27
  "@sitespeed.io/geckodriver": "0.30.0",
28
28
  "@sitespeed.io/tracium": "0.3.3",
29
29
  "speedline-core": "1.4.3",