diff --git a/CHANGELOG.md b/CHANGELOG.md index b453121..3aef681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.1.4](https://github.com/viasite/site-audit-seo/compare/v5.1.3...v5.1.4) (2021-04-21) + + +### Bug Fixes + +* was error after save scan time ([2e0b05a](https://github.com/viasite/site-audit-seo/commit/2e0b05a1c405a7ec6109a3efe5c0b99c051d01ce)) + + + ## [5.1.3](https://github.com/viasite/site-audit-seo/compare/v5.1.2...v5.1.3) (2021-04-21) diff --git a/package-lock.json b/package-lock.json index 908c21d..cb57fe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "site-audit-seo", - "version": "5.1.3", + "version": "5.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 01d4774..46d77cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "site-audit-seo", - "version": "5.1.3", + "version": "5.1.4", "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": {