lighthouse 9.5.0-dev.20220614 → 9.5.0-dev.20220615

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 -4
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <a name="9.5.0"></a>
2
2
  # 9.5.0 (2022-03-09)
3
- [Full Changelog](https://github.com/compare/v9.4.0...v9.5.0)
3
+ [Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.4.0...v9.5.0)
4
4
 
5
5
  We expect this release to ship in the DevTools of [Chrome 101](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.
6
6
 
@@ -54,7 +54,7 @@ Thanks to our new contributor 👽🐷🐰🐯🐻!
54
54
 
55
55
  <a name="9.4.0"></a>
56
56
  # 9.4.0 (2022-02-16)
57
- [Full Changelog](https://github.com/compare/v9.3.1...v9.4.0)
57
+ [Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.3.1...v9.4.0)
58
58
 
59
59
  We expect this release to ship in the DevTools of [Chrome 100](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.
60
60
 
@@ -99,7 +99,7 @@ We expect this release to ship in the DevTools of [Chrome 100](https://chromiumd
99
99
 
100
100
  <a name="9.3.1"></a>
101
101
  # 9.3.1 (2022-01-31)
102
- [Full Changelog](https://github.com/compare/v9.3.0...v9.3.1)
102
+ [Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.3.0...v9.3.1)
103
103
 
104
104
  ## Report
105
105
 
@@ -107,7 +107,7 @@ We expect this release to ship in the DevTools of [Chrome 100](https://chromiumd
107
107
 
108
108
  <a name="9.3.0"></a>
109
109
  # 9.3.0 (2022-01-31)
110
- [Full Changelog](https://github.com/compare/v9.2.0...v9.3.0)
110
+ [Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.2.0...v9.3.0)
111
111
 
112
112
  We expect this release to ship in the DevTools of [Chrome 100](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.
113
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lighthouse",
3
- "version": "9.5.0-dev.20220614",
3
+ "version": "9.5.0-dev.20220615",
4
4
  "description": "Automated auditing, performance metrics, and best practices for the web.",
5
5
  "main": "./lighthouse-core/index.js",
6
6
  "bin": {