From 620323f6531efb33257365da27da32d30c61a099 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Mar 2023 16:01:06 +0000 Subject: [PATCH] 4.4.1 CHANGELOG [skip ci] ## [4.4.1](https://github.com/ExpediaGroup/service-client/compare/v4.4.0...v4.4.1) (2023-03-24) ### Bug Fixes * modifing order of the timeout and listeners to avoid incorrect errors ([#100](https://github.com/ExpediaGroup/service-client/issues/100)) ([a75e88c](https://github.com/ExpediaGroup/service-client/commit/a75e88ca8f69dd6ba6b85df427a3e220f03d4b16)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e7149..db81cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.4.1](https://github.com/ExpediaGroup/service-client/compare/v4.4.0...v4.4.1) (2023-03-24) + + +### Bug Fixes + +* modifing order of the timeout and listeners to avoid incorrect errors ([#100](https://github.com/ExpediaGroup/service-client/issues/100)) ([a75e88c](https://github.com/ExpediaGroup/service-client/commit/a75e88ca8f69dd6ba6b85df427a3e220f03d4b16)) + # [4.4.0](https://github.com/ExpediaGroup/service-client/compare/v4.3.3...v4.4.0) (2023-02-22) diff --git a/package-lock.json b/package-lock.json index d4c102f..3a94a72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vrbo/service-client", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vrbo/service-client", - "version": "4.4.0", + "version": "4.4.1", "license": "Apache-2.0", "dependencies": { "@hapi/hoek": "^9.0.4 || ^10.0.0 || ^11.0.1", diff --git a/package.json b/package.json index 5f10ae9..b8f8474 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vrbo/service-client", "description": "A general purpose http client built with extensibility in mind. It also features lifecycle hooks, dynamic hostname resolution, and circuit breaking.", - "version": "4.4.0", + "version": "4.4.1", "keywords": [ "http", "client",