From 96916d3004bc3ef4208b2e75998d972ca649fa2a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Dec 2022 06:54:31 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [5.0.0](https://github.com/3846masa/http-cookie-agent/compare/v4.0.2...v5.0.0) (2022-12-26) ### Bug Fixes * support undici v5.11.0 ([#287](https://github.com/3846masa/http-cookie-agent/issues/287)) ([cdd4b6d](https://github.com/3846masa/http-cookie-agent/commit/cdd4b6ddbfa510568e3eb6395aa5a25fd30a4460)) ### BREAKING CHANGES * supports undici v5.11.0 or above only --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55bc0d95..9f26b24b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [5.0.0](https://github.com/3846masa/http-cookie-agent/compare/v4.0.2...v5.0.0) (2022-12-26) + + +### Bug Fixes + +* support undici v5.11.0 ([#287](https://github.com/3846masa/http-cookie-agent/issues/287)) ([cdd4b6d](https://github.com/3846masa/http-cookie-agent/commit/cdd4b6ddbfa510568e3eb6395aa5a25fd30a4460)) + + +### BREAKING CHANGES + +* supports undici v5.11.0 or above only + ## [4.0.2](https://github.com/3846masa/http-cookie-agent/compare/v4.0.1...v4.0.2) (2022-07-23) diff --git a/package.json b/package.json index 834ee1a8..cd323df4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-cookie-agent", - "version": "4.0.2", + "version": "5.0.0", "description": "Allows cookies with every Node.js HTTP clients.", "keywords": [ "agent",