browsertime 17.8.0-beta.1 → 17.8.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 +5 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,11 @@
1
1
  # Browsertime changelog (we do [semantic versioning](https://semver.org))
2
2
 
3
- ## UNRELEASED
3
+ ## 17.8.0 - 2022-04-11
4
4
  ### Fixed
5
- * Upgraded to Firefox HAR 0.0.8 [#1937](https://github.com/sitespeedio/browsertime/pull/1937). This can go live when Firefox 112 is out (2023-04-11). Lets do another tests and then switch to default when I've verified all the tests again.
5
+ * Upgraded to Firefox HAR 0.0.8 [#1937](https://github.com/sitespeedio/browsertime/pull/1937).
6
+
7
+ ### Added
8
+ * Upgraded to Firefox 112 in the Docker container.
6
9
  ## 17.7.0 - 2022-04-07
7
10
  ### Added
8
11
  * Added Edge/Edgedriver 112.
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": "17.8.0-beta.1",
4
+ "version": "17.8.0",
5
5
  "bin": "./bin/browsertime.js",
6
6
  "type": "module",
7
7
  "dependencies": {