Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Nov 30, 2023
1 parent dfc900d commit 4ba2b2a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
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": "1.2.2"
"lighthouse-plugin-ecoindex": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/npx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"lighthouse-plugin-ecoindex": "1.2.2"
"lighthouse-plugin-ecoindex": "2.0.0"
}
}
10 changes: 10 additions & 0 deletions lighthouse-plugin-ecoindex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ 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).

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

- Feat/new bin [`#1`](https://github.com/cnumr/lighthouse-plugin-ecoindex/pull/1)
- feat: init new bin [`4b75715`](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/4b75715172e31a5c4e20a7885f2c196d804c1da6)
- feat: continue [`7c15b9d`](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/7c15b9d753adb8edffa0d80a5867bb7fb064beba)
- fix: rm dependecies [`c39442d`](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/c39442d2e492133232660891374897079b0cc01e)

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

> 24 November 2023
- feat: update plugin audits [`984f0d2`](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/984f0d243b8cc805ff9f1e84b393ea600a1ebcb0)
- Release 1.2.2 [`c3a411a`](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/c3a411a743d433f5dc61724ea92fb405bd620f55)
- chore: mode repo ref [`49f89a9`](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/49f89a9acfe9b26a62e4779cc396ea52a23ca0cf)

#### [1.2.1](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/1.2.0...1.2.1)
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": "./helpers/bin.js",
"lighthouse-ecoindex-cli": "./cli/index.js"
},
"version": "1.2.2",
"version": "2.0.0",
"type": "module",
"peerDependencies": {
"lighthouse": "^11.3.0",
Expand Down

0 comments on commit 4ba2b2a

Please sign in to comment.