From f43c468a71de85a6ae89345c20098670ccfa792d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Oct 2021 13:36:51 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/3846masa/http-cookie-agent/compare/v1.0.1...v1.0.2) (2021-10-14) ### Bug Fixes * fix supported node version ([#21](https://github.com/3846masa/http-cookie-agent/issues/21)) ([ba78fc1](https://github.com/3846masa/http-cookie-agent/commit/ba78fc1e70fd0d7d6b3a27ae587dd3cd8607a754)), closes [/github.com/3846masa/axios-cookiejar-support/issues/420#issuecomment-943350949](https://github.com//github.com/3846masa/axios-cookiejar-support/issues/420/issues/issuecomment-943350949) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dbcdadd..c874c800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/3846masa/http-cookie-agent/compare/v1.0.1...v1.0.2) (2021-10-14) + + +### Bug Fixes + +* fix supported node version ([#21](https://github.com/3846masa/http-cookie-agent/issues/21)) ([ba78fc1](https://github.com/3846masa/http-cookie-agent/commit/ba78fc1e70fd0d7d6b3a27ae587dd3cd8607a754)), closes [/github.com/3846masa/axios-cookiejar-support/issues/420#issuecomment-943350949](https://github.com//github.com/3846masa/axios-cookiejar-support/issues/420/issues/issuecomment-943350949) + ## [1.0.1](https://github.com/3846masa/http-cookie-agent/compare/v1.0.0...v1.0.1) (2021-09-23) diff --git a/package.json b/package.json index eab88f04..f1f0f52b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-cookie-agent", - "version": "1.0.1", + "version": "1.0.2", "description": "Allows cookies with every Node.js HTTP clients.", "license": "MIT", "author": "3846masa <3846masahiro+git@gmail.com>",