diff --git a/CHANGELOG.md b/CHANGELOG.md index df988ac..aa7a728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.2.3](https://github.com/viasite/site-audit-seo/compare/v3.2.2...v3.2.3) (2020-09-23) + + +### Bug Fixes + +* include all lighthouse fields when --lighthouse used ([0efaa0a](https://github.com/viasite/site-audit-seo/commit/0efaa0a)) +* support relative canonical ([76b5cce](https://github.com/viasite/site-audit-seo/commit/76b5cce)) + + + ## [3.2.2](https://github.com/viasite/site-audit-seo/compare/v3.2.1...v3.2.2) (2020-08-26) diff --git a/package-lock.json b/package-lock.json index 579639c..48a1746 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "site-audit-seo", - "version": "3.2.2", + "version": "3.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4f20268..198536f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "site-audit-seo", - "version": "3.2.2", + "version": "3.2.3", "description": "CLI tool for SEO site audit, crawl site, lighthouse each page, output to console, csv and xlsx", "main": "src/index.js", "repository": {