Skip to content

Commit

Permalink
chore: bump version + sync changelog (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin authored May 22, 2024
1 parent a8a5dfe commit 5d36db9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
4.0.6 / 2024/05/22
====================
- Logging `CONNECT` error response body instead of the length only

4.0.5 / 2024/04/03
====================
- Fixed processing `http://` requests over `https://` proxies correctly

4.0.4 / 2024/02/16
====================
- Fixed passing the timeout to the `resolveProtocol` calls

4.0.3 / 2023/12/11
====================
- Fixed missing extended types for `gotScraping.stream` and `gotScraping.paginate`
Expand Down
4 changes: 2 additions & 2 deletions 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": "got-scraping",
"version": "4.0.5",
"version": "4.0.6",
"description": "HTTP client made for scraping based on got.",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 5d36db9

Please sign in to comment.