Skip to content

Commit

Permalink
chore: release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Feb 15, 2025
1 parent 5c6d61d commit 1d9504d
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 7 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-rc.0
label: 5.1.0
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-rc.0"
"lighthouse-plugin-ecoindex": "5.1.0"
}
}
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-rc.0"
"lighthouse-plugin-ecoindex": "5.1.0"
}
}
27 changes: 26 additions & 1 deletion lighthouse-plugin-ecoindex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# Changelog

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


### Bug Fixes

* new gatherMode, ommit "snapshot" and "timestamp" ([cb6ee15](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/cb6ee15edbabddee5f3947c54a248b1be76c362a))
* try to fix path error with `EcoindexApp` ([6cb8f9b](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/6cb8f9ba7885bfabcf9e125959755e9feeb199f1))
* workflow must be updated ([6fdf6d0](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/6fdf6d0941c161ee907b400a1d716e28eb1c22bb))


### Features

* add authenticate process ([68e35c4](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/68e35c444d6aac8225ab19b4625c6a2d24c57d4a))
* add new login form args ([606bb5e](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/606bb5e941d294ac86842ecf5bd7b106be684798))
* add schema ([303823c](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/303823cc19c74d9a2e85f441e81c98d87d7cb72e))
* add schema ([264029d](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/264029d456ec92760ff292d84381bbf2754a763a))
* add schema ([0f1cb37](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/0f1cb37195742be0a227fe8e0cab1691a812e74b))
* add submit and refacto / ajouter la possibilité de se connecter en début de parcours [#60](https://github.com/cnumr/lighthouse-plugin-ecoindex/issues/60) ([f46c3c2](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/f46c3c2f1589509defff83e98548b74a661878c9))
* better error handling ([0aa533f](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/0aa533f15cc38063415c76d50e7bcee44427e1b4))
* continue the auth process (NOT WORKING) ([ddec140](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/ddec140765ea5012a57fbd1a7a7ce4ea2b92ff56))
* init ([97b31e3](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/97b31e334c47636aeb2f7d4d1f68d1685b37847d))
* new test ([0746b39](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/0746b39e2758173c5be80b15b58c13ce67ae8dfc))
* read auth in json-file ([81f3f86](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/81f3f862b2d1517527831248fe8204b632d4d65f))
* update dependencies ([563226c](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/563226c555949d78860bfbd57d056d5aa6a54b8b))

# [5.1.0-rc.0](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/5.0.7...5.1.0-rc.0) (2024-10-20)

Expand Down Expand Up @@ -123,7 +148,7 @@

* get path compatible with darwin, linux, win32 ([ccc3edf](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/ccc3edf1aeb137108e0186f7d179935c0301e5da))

### Changelog
##

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

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

0 comments on commit 1d9504d

Please sign in to comment.