From e4d7d4ff89af735334e57695536ea9b488d34ae0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 May 2022 15:28:45 +0000 Subject: [PATCH] chore(release): 2.1.2 [skip ci] ## [2.1.2](https://github.com/3846masa/http-cookie-agent/compare/v2.1.1...v2.1.2) (2022-05-07) ### Bug Fixes * loose the validation of CookieOptions.jar so that different versions of CookieJar can be used. ([#108](https://github.com/3846masa/http-cookie-agent/issues/108)) ([adc4b74](https://github.com/3846masa/http-cookie-agent/commit/adc4b74b6cf512e81692a7e906c8a6263080c666)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d3f798..88635b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/3846masa/http-cookie-agent/compare/v2.1.1...v2.1.2) (2022-05-07) + + +### Bug Fixes + +* loose the validation of CookieOptions.jar so that different versions of CookieJar can be used. ([#108](https://github.com/3846masa/http-cookie-agent/issues/108)) ([adc4b74](https://github.com/3846masa/http-cookie-agent/commit/adc4b74b6cf512e81692a7e906c8a6263080c666)) + ## [2.1.1](https://github.com/3846masa/http-cookie-agent/compare/v2.1.0...v2.1.1) (2022-05-07) diff --git a/package.json b/package.json index fa3a3917..df0664dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-cookie-agent", - "version": "2.1.1", + "version": "2.1.2", "description": "Allows cookies with every Node.js HTTP clients.", "keywords": [ "agent",