Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Mar 31, 2024
1 parent 6c032ee commit e25f6a4
Show file tree
Hide file tree
Showing 6 changed files with 15 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: 3.1.3
label: 3.2.0
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 @@ -13,6 +13,6 @@
"dependencies": {
"@lhci/cli": "^0.12.0",
"lighthouse": "^11.3.0",
"lighthouse-plugin-ecoindex": "3.1.3"
"lighthouse-plugin-ecoindex": "3.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/npx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"lighthouse-plugin-ecoindex": "3.1.3"
"lighthouse-plugin-ecoindex": "3.2.0"
}
}
9 changes: 9 additions & 0 deletions lighthouse-plugin-ecoindex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [3.2.0](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/3.1.3...3.2.0)

- doc: add LHCI configuration [`cfe6a5c`](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/cfe6a5cbfc68bb1899528ab1651906f1cf1d8011)
- feat: add #RWEB_0077 - Minify CSS and JavaScript file(s) [`a249b05`](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/a249b05fb452df071ef8b7f9a00068842b626d68)
- chore: add simple example [`15c5612`](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/15c5612c10b6bc0a5ec5801cc2bfa608298743c7)

#### [3.1.3](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/3.1.2...3.1.3)

> 8 February 2024
- feat: add user-agent flag if necessary [`8816c58`](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/8816c583c63c804ff24bf0bcf630ebfa71388ffb)
- Release 3.1.3 [`04e62e4`](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/04e62e4ff7c4c2fb15672234d27aabde39542ccf)

#### [3.1.2](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/3.1.1...3.1.2)

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": "3.1.3",
"version": "3.2.0",
"type": "module",
"peerDependencies": {
"lighthouse": "^11.3.0",
Expand Down

0 comments on commit e25f6a4

Please sign in to comment.