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

Commit

Permalink
Release: 1.2.1
Browse files Browse the repository at this point in the history
(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))
  • Loading branch information
semantic-release-bot committed Aug 22, 2019
1 parent 659df43 commit 942184d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## [1.2.1](https://github.com/homeaway/service-client/compare/v1.2.0...v1.2.1) (2019-08-22)


#### Bug Fixes

* add hook debug statements ([#5](https://github.com/homeaway/service-client/issues/5)) ([647534c](https://github.com/homeaway/service-client/commit/647534c))
* 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))
* 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrbo/service-client",
"version": "1.2.0",
"version": "1.2.1",
"description": "A general purpose http client built with extensibility in mind. It also features lifecycle hooks, dynamic hostname resolution, and circuit breaking.",
"keywords": [
"http",
Expand Down

0 comments on commit 942184d

Please sign in to comment.