diff --git a/CHANGELOG.md b/CHANGELOG.md index 900f043..7b641f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [5.0.1](https://github.com/viasite/site-audit-seo/compare/v5.0.0...v5.0.1) (2021-03-10) + + + # [5.0.0](https://github.com/viasite/site-audit-seo/compare/v4.2.0...v5.0.0) (2021-03-10) diff --git a/package-lock.json b/package-lock.json index 884ba5d..ea0bcfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "site-audit-seo", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e9404fd..6597134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "site-audit-seo", - "version": "5.0.0", + "version": "5.0.1", "description": "Web service and CLI tool for SEO site audit: crawl site, lighthouse all pages, view public reports in browser. Also output to console, json, csv, xlsx, Google Drive.", "main": "src/index.js", "repository": {