Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Aug 16, 2020
1 parent 5b130d0 commit 4538a8e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.8.0](https://github.com/viasite/site-audit-seo/compare/v2.7.1...v2.8.0) (2020-08-16)


### Bug Fixes

* shortened lighthouse column names ([ade33ef](https://github.com/viasite/site-audit-seo/commit/ade33ef))


### Features

* --fields 'title=$("title").text()' ([5b130d0](https://github.com/viasite/site-audit-seo/commit/5b130d0))
* display scan parameters on start ([9bfb201](https://github.com/viasite/site-audit-seo/commit/9bfb201))
* success colors for lighthouse in xlsx ([c31e554](https://github.com/viasite/site-audit-seo/commit/c31e554))



## [2.7.1](https://github.com/viasite/site-audit-seo/compare/v2.7.0...v2.7.1) (2020-08-14)


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": "2.7.1",
"version": "2.8.0",
"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 4538a8e

Please sign in to comment.