From b191c4bd96b286f5c139bac0e3a99307e7881f11 Mon Sep 17 00:00:00 2001 From: Stanislav Popov Date: Wed, 23 Sep 2020 13:48:00 +0500 Subject: [PATCH] 3.2.3 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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": {