diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7aa4d..9675f6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/package-lock.json b/package-lock.json index 7b05d97..22a0c60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "got-scraping", - "version": "4.0.5", + "version": "4.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "got-scraping", - "version": "4.0.5", + "version": "4.0.6", "license": "Apache-2.0", "dependencies": { "got": "^14.2.1", diff --git a/package.json b/package.json index c329d3b..7b7b4aa 100644 --- a/package.json +++ b/package.json @@ -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"