From 4363c097aabccc38da1ef2a8a1a0f36879c4a673 Mon Sep 17 00:00:00 2001 From: Stanislav Popov Date: Sun, 19 Apr 2020 03:41:32 +0500 Subject: [PATCH] 2.3.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf37a88..20887bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [2.3.0](https://github.com/viasite/sites-scraper/compare/v2.2.0...v2.3.0) (2020-04-18) + + +### Bug Fixes + +* --skip-static and --concurrency fix ([086eabd](https://github.com/viasite/sites-scraper/commit/086eabd)) +* better width fitting ([0942833](https://github.com/viasite/sites-scraper/commit/0942833)) +* h1 warning validation ([9aabfc7](https://github.com/viasite/sites-scraper/commit/9aabfc7)) +* message when max requests reached ([6693528](https://github.com/viasite/sites-scraper/commit/6693528)) +* retry save xls after 10 seconds when file busy ([7b54273](https://github.com/viasite/sites-scraper/commit/7b54273)) + + +### Features + +* --no-limit-domain ([b765ce7](https://github.com/viasite/sites-scraper/commit/b765ce7)) +* add --docs-extensions ([4903598](https://github.com/viasite/sites-scraper/commit/4903598)) + + + # [2.2.0](https://github.com/viasite/sites-scraper/compare/v2.1.0...v2.2.0) (2020-04-18) diff --git a/package-lock.json b/package-lock.json index 4fa490f..c227985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sites-scraper", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cfe7c98..0638bce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sites-scraper", - "version": "2.2.0", + "version": "2.3.0", "description": "Generate CSV with pages and docs for site list with puppeteer", "main": "src/index.js", "repository": {