Skip to content

Commit

Permalink
3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Aug 26, 2020
1 parent dab86a2 commit df2747d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [3.2.2](https://github.com/viasite/site-audit-seo/compare/v3.2.1...v3.2.2) (2020-08-26)


### Bug Fixes

* **filters:** remove filters H1 != 1, Status != 200 ([dab86a2](https://github.com/viasite/site-audit-seo/commit/dab86a2))
* --fields was broken, fixed ([23d19c6](https://github.com/viasite/site-audit-seo/commit/23d19c6))
* output error when request failed ([ebfbd6e](https://github.com/viasite/site-audit-seo/commit/ebfbd6e))
* **validation:** lighthouse_interactive validation ([3756324](https://github.com/viasite/site-audit-seo/commit/3756324))
* out total scan time in minutes ([d2a787d](https://github.com/viasite/site-audit-seo/commit/d2a787d))


### Features

* add column preset 'default + lighthouse' ([5bd21e5](https://github.com/viasite/site-audit-seo/commit/5bd21e5))



## [3.2.1](https://github.com/viasite/site-audit-seo/compare/v3.2.0...v3.2.1) (2020-08-23)


Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site-audit-seo",
"version": "3.2.1",
"version": "3.2.2",
"description": "CLI tool for SEO site audit, crawl site, lighthouse each page, output to console, csv and xlsx",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit df2747d

Please sign in to comment.