Skip to content

Commit

Permalink
chore: bump version + update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Oct 23, 2024
1 parent 39a21cb commit 881f435
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.0.6 / 2024/10/23
====================
- Handles proxy authentication consistently throughout the codebase (solves e.g. this [`http2-wrapper`](https://github.com/szmarczak/http2-wrapper/issues/108) issue).

4.0.6 / 2024/05/22
====================
- Logging `CONNECT` error response body instead of the length only
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.6",
"version": "4.0.7",
"description": "HTTP client made for scraping based on got.",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 881f435

Please sign in to comment.