Skip to content

Commit

Permalink
chore: release v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Feb 16, 2025
1 parent 4d7b8d3 commit 2208436
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 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.1.0
label: 5.1.1
meta:
title: ' - Ecoindex Lighthouse Plugin'
links:
Expand Down
2 changes: 1 addition & 1 deletion examples-developpement-test/test-link-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"license": "ISC",
"description": "",
"dependencies": {
"lighthouse-plugin-ecoindex": "5.1.0"
"lighthouse-plugin-ecoindex": "5.1.1"
}
}
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.1.0"
"lighthouse-plugin-ecoindex": "5.1.1"
}
}
10 changes: 10 additions & 0 deletions lighthouse-plugin-ecoindex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [5.1.1](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/5.1.0...5.1.1) (2025-02-16)


### Bug Fixes

* better DX ([d45996b](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/d45996b05c5ae6933755c09de6cec7875fcebeb5))
* hide the readme of the schema ([5ec4339](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/5ec4339e738ff28a0766ced24fa368804addd71b))
* retirer la page d'atterissage d'authentification des la liste des mesures = duplicate hang process in userflow [#65](https://github.com/cnumr/lighthouse-plugin-ecoindex/issues/65) ([4d7b8d3](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/4d7b8d30c912fb3b6c0e8e1c85c497a2d4153715))
* retirer la page d'atterissage d'authentification des la liste des mesures = duplicate hang process in userflow [#65](https://github.com/cnumr/lighthouse-plugin-ecoindex/issues/65) ([4be4724](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/4be4724e75dfd188d101a4cf9b5e36f7a522d896))

# [5.1.0](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/5.1.0-rc.0...5.1.0) (2025-02-15)


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.1.0",
"version": "5.1.1",
"type": "module",
"scripts": {
"release": "release-it",
Expand Down

0 comments on commit 2208436

Please sign in to comment.