From 5d36db972e80fb469b0fbe44f1213beaddd97769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20B=C3=A4r?= Date: Wed, 22 May 2024 13:50:05 +0200 Subject: [PATCH] chore: bump version + sync changelog (#141) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) 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"