Skip to content

Commit 8d32bc5

Browse files
s0ph1eaivus
andauthored
Bump version 5.0.0 (#481)
* Release v5 * Mention minimum supported nodejs v14.14.x Co-authored-by: Ilya Antipenko <[email protected]>
1 parent 68f8fac commit 8d32bc5

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.idea
22
.DS_Store
33
node_modules
4+
package-lock.json
45
npm-debug.log
56
coverage
67
test/e2e/results

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# ⚠️ Beware: this documentation is for next major version 5. Most probably you need current version [4.x documentation](https://github.com/website-scraper/node-website-scraper/blob/4.x/README.md)
2-
31
[![Version](https://img.shields.io/npm/v/website-scraper.svg?style=flat)](https://www.npmjs.org/package/website-scraper)
42
[![Downloads](https://img.shields.io/npm/dm/website-scraper.svg?style=flat)](https://www.npmjs.org/package/website-scraper)
53
[![Node.js CI](https://github.com/website-scraper/node-website-scraper/actions/workflows/node.js.yml/badge.svg)](https://github.com/website-scraper/node-website-scraper)
@@ -21,7 +19,7 @@ Try it in [demo app](https://scraper.nepochataya.pp.ua/) ([source](https://githu
2119
This module is an Open Source Software maintained by one developer in free time. If you want to thank the author of this module you can use [GitHub Sponsors](https://github.com/sponsors/s0ph1e) or [Patreon](https://www.patreon.com/s0ph1e).
2220

2321
## Requirements
24-
* nodejs version >= 14
22+
* nodejs version >= 14.14
2523
* website-scraper v5 is pure ESM (it doesn't work with CommonJS), [read more in release v5.0.0 docs](https://github.com/website-scraper/node-website-scraper/releases/tag/v5.0.0)
2624

2725
## Installation

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website-scraper",
3-
"version": "4.2.3",
3+
"version": "5.0.0",
44
"description": "Download website to a local directory (including all css, images, js, etc.)",
55
"readmeFilename": "README.md",
66
"type": "module",
@@ -62,6 +62,6 @@
6262
"lib"
6363
],
6464
"engines": {
65-
"node": ">=14"
65+
"node": ">=14.14"
6666
}
6767
}

0 commit comments

Comments
 (0)