File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
build/changelog-generator/templates Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 8
8
<a name =" {{ version }} " ></a >
9
9
# {{ version }} ({{ date }} )
10
10
{{ #if @root.linkCompare ~}}
11
- [Full Changelog]({{~ @root.repoUrl }} /compare/{{ previousTag }} ...{{ currentTag }} )
11
+ [Full Changelog](
12
+ {{ ~#if @root.host }} {{~ @root.host }} /{{ /if ~}}
13
+ {{ ~#if @root.owner ~}} {{ @root.owner }} /{{ /if ~}}
14
+ {{~ @root.repository }} /compare/{{ previousTag }} ...{{ currentTag }} )
12
15
{{ ~/if }}
13
16
14
17
Original file line number Diff line number Diff line change 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,15 +99,15 @@ 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
106
106
* disable fireworks with flag ([ #13610 ] ( https://github.com/GoogleChrome/lighthouse/pull/13610 ) )
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
You can’t perform that action at this time.
0 commit comments