Skip to content

Commit

Permalink
chore: release v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Sep 12, 2024
1 parent 8bfac00 commit ba09c32
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url: https://cnumr.github.io/lighthouse-plugin-ecoindex
branding:
title: Plugin Ecoindex Lighthouse
logo: static/greenit_icone_intro-alt.png
label: 5.0.2
label: 5.0.3
meta:
title: ' - Ecoindex Lighthouse Plugin'
links:
Expand Down
2 changes: 1 addition & 1 deletion examples/lhci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dependencies": {
"@lhci/cli": "^0.12.0",
"lighthouse": "^11.3.0",
"lighthouse-plugin-ecoindex": "5.0.2"
"lighthouse-plugin-ecoindex": "5.0.3"
}
}
7 changes: 7 additions & 0 deletions lighthouse-plugin-ecoindex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [5.0.3](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/5.0.2...5.0.3) (2024-09-12)


### Features

* add auto intallatoion of the mandatory browser with `postinstall` in package.json ([8bfac00](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/8bfac00dba2762425fb45b18665f03f14aa41534))

## [5.0.2](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/5.0.1...5.0.2) (2024-09-11)


Expand Down
4 changes: 2 additions & 2 deletions lighthouse-plugin-ecoindex/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lighthouse-plugin-ecoindex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lighthouse-ecoindex": "./cli/index.js",
"lighthouse-plugin-ecoindex": "./cli/index.js"
},
"version": "5.0.2",
"version": "5.0.3",
"type": "module",
"scripts": {
"release": "release-it",
Expand Down

0 comments on commit ba09c32

Please sign in to comment.