diff --git a/docs/retype.yml b/docs/retype.yml index a5d266e..c30b1af 100644 --- a/docs/retype.yml +++ b/docs/retype.yml @@ -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: diff --git a/examples/lhci/package.json b/examples/lhci/package.json index 6f926fe..8cb19e9 100644 --- a/examples/lhci/package.json +++ b/examples/lhci/package.json @@ -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" } } diff --git a/lighthouse-plugin-ecoindex/CHANGELOG.md b/lighthouse-plugin-ecoindex/CHANGELOG.md index 97413c9..1b1883a 100644 --- a/lighthouse-plugin-ecoindex/CHANGELOG.md +++ b/lighthouse-plugin-ecoindex/CHANGELOG.md @@ -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) diff --git a/lighthouse-plugin-ecoindex/package-lock.json b/lighthouse-plugin-ecoindex/package-lock.json index 64d9791..c939b21 100644 --- a/lighthouse-plugin-ecoindex/package-lock.json +++ b/lighthouse-plugin-ecoindex/package-lock.json @@ -1,12 +1,12 @@ { "name": "lighthouse-plugin-ecoindex", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lighthouse-plugin-ecoindex", - "version": "5.0.2", + "version": "5.0.3", "dependencies": { "ecoindex_reference": "^1.0.2", "handlebars": "^4.7.8", diff --git a/lighthouse-plugin-ecoindex/package.json b/lighthouse-plugin-ecoindex/package.json index c736061..185deb9 100644 --- a/lighthouse-plugin-ecoindex/package.json +++ b/lighthouse-plugin-ecoindex/package.json @@ -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",