Skip to content

Commit 1e3d962

Browse files
committed
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.2...v1.3.0) (2020-07-12) ### Features * support multiple audits urls and paths ([#45](#45)) ([74dd46d](74dd46d))
1 parent 74dd46d commit 1e3d962

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.2.2...v1.3.0) (2020-07-12)
2+
3+
4+
### Features
5+
6+
* support multiple audits urls and paths ([#45](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/45)) ([74dd46d](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/74dd46d5e36bb168e7b1bdb600d23a8deee93cdc))
7+
18
## [1.2.2](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.2.1...v1.2.2) (2020-07-05)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-lighthouse",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Netlify Plugin to run Lighthouse on each build",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)