Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Commit 942184d

Browse files
Release: 1.2.1
(v1.2.0...v1.2.1) (2019-08-22) Bug Fixes - add hook debug statements ((647534c)) - Resolve client plugin config and per-request plugin config ((659df43)) - strip 'content-length' header from all requests ((7954a9f))
1 parent 659df43 commit 942184d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## [1.2.1](https://github.com/homeaway/service-client/compare/v1.2.0...v1.2.1) (2019-08-22)
2+
3+
4+
#### Bug Fixes
5+
6+
* add hook debug statements ([#5](https://github.com/homeaway/service-client/issues/5)) ([647534c](https://github.com/homeaway/service-client/commit/647534c))
7+
* Resolve client plugin config and per-request plugin config ([#7](https://github.com/homeaway/service-client/issues/7)) ([659df43](https://github.com/homeaway/service-client/commit/659df43))
8+
* strip 'content-length' header from all requests ([#6](https://github.com/homeaway/service-client/issues/6)) ([7954a9f](https://github.com/homeaway/service-client/commit/7954a9f))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vrbo/service-client",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A general purpose http client built with extensibility in mind. It also features lifecycle hooks, dynamic hostname resolution, and circuit breaking.",
55
"keywords": [
66
"http",

0 commit comments

Comments
 (0)