diff --git a/CHANGELOG.md b/CHANGELOG.md index a45eb04..89ec861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.3.3](https://github.com/ExpediaGroup/service-client/compare/v4.3.2...v4.3.3) (2023-02-16) + + +### Bug Fixes + +* Altering the order of semantic release config file to have it correct ([#90](https://github.com/ExpediaGroup/service-client/issues/90)) ([8a53994](https://github.com/ExpediaGroup/service-client/commit/8a539945582aa91e9a23b8e6d923f406a66fa579)) + ## [4.3.2](https://github.com/ExpediaGroup/service-client/compare/v4.3.1...v4.3.2) (2023-01-04) diff --git a/package-lock.json b/package-lock.json index 4f347e7..4bd42d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vrbo/service-client", - "version": "4.1.0", + "version": "4.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vrbo/service-client", - "version": "4.1.0", + "version": "4.3.3", "license": "Apache-2.0", "dependencies": { "@hapi/hoek": "^9.0.4", diff --git a/package.json b/package.json index 1c25b68..89e4d72 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.1.0", + "version": "4.3.3", "keywords": [ "http", "client",