Skip to content

Commit

Permalink
chore: lower node requirement and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Nov 7, 2023
1 parent d76c939 commit 6744c98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
====================
- **BREAKING**: This module is now ESM only.
- You will need to either migrate your projects to ESM, or import `got-scraping` in an async context via `await import('got-scraping');`
- **BREAKING**: This module now requires Node.js >= 18
- Update `got` to v13

3.1.0 / 2021/08/23
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.0.0",
"description": "HTTP client made for scraping based on got.",
"engines": {
"node": ">=18"
"node": ">=16"
},
"files": [
"dist"
Expand Down

0 comments on commit 6744c98

Please sign in to comment.