From 90b566bfd2e2898d446ebb81b3e86c5c5670ba66 Mon Sep 17 00:00:00 2001 From: Stanislav Popov Date: Sat, 13 Mar 2021 14:55:57 +0500 Subject: [PATCH] 5.1.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b641f9..0a9aab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [5.1.0](https://github.com/viasite/site-audit-seo/compare/v5.0.1...v5.1.0) (2021-03-13) + + +### Bug Fixes + +* add h1 field to metatags group ([bea02da](https://github.com/viasite/site-audit-seo/commit/bea02dabfa77dbd51db34265256c7b5fc57bf736)) +* arg --disable-plugins: set default [] ([9fcf266](https://github.com/viasite/site-audit-seo/commit/9fcf26628007061535f08ae7b02d5279929e5c06)) +* fix command line mode ([dad7d54](https://github.com/viasite/site-audit-seo/commit/dad7d541ba69d57cd526a06f9054d0b66bbc05db)) +* **scan:** page_date when itemprop="datePublished"[content] ([91ee04e](https://github.com/viasite/site-audit-seo/commit/91ee04e6cbc72913b0c7de79e3410792ca2d552e)) +* add package-data.json to git ([e5fef0b](https://github.com/viasite/site-audit-seo/commit/e5fef0b70dd685630a6791bf3fb49c1023965e83)) +* page scan retryCount 3 -> 1 (faster, same result) ([fbf0619](https://github.com/viasite/site-audit-seo/commit/fbf06198bfbaac859c2da15f99e54a457d63a7b0)) +* suppress headless-chrome-crawler exceptions after max requests reached ([ac374b3](https://github.com/viasite/site-audit-seo/commit/ac374b3313886ba04978b529188d7bf05e556aa0)) + + +### Features + +* **json:** save scan options for rescan ([0d5fd47](https://github.com/viasite/site-audit-seo/commit/0d5fd4791a0b81524e2f39f7bad2bf426fb25749)) +* **presets:** add column preset "content" ([236574d](https://github.com/viasite/site-audit-seo/commit/236574d4eaa1a74769acb4c86c93fd2d1d36822f)) +* **scan:** new field: page_date (from microdata) ([f8eecca](https://github.com/viasite/site-audit-seo/commit/f8eeccaab1559a3ed9a8efeef12568d94d2b95cc)) +* --disable-plugins command line argument ([3a483c3](https://github.com/viasite/site-audit-seo/commit/3a483c3fb1b6b6ba53017d6e833b03f1abfe472d)) + + + ## [5.0.1](https://github.com/viasite/site-audit-seo/compare/v5.0.0...v5.0.1) (2021-03-10) diff --git a/package-lock.json b/package-lock.json index 68a0876..45126e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "site-audit-seo", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 29a71ae..ea945c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "site-audit-seo", - "version": "5.0.1", + "version": "5.1.0", "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": {