Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Apr 18, 2020
1 parent 7b54273 commit 4363c09
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4363c09

Please sign in to comment.