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

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaestrada committed Nov 3, 2021
1 parent df955ff commit 828aa20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [4.0.0] Breaking change

- [Breaking] Drop support for node < 12.
- Update Github test workflow to only test againt node v 14.x
- Update dependencies, npm, and engines in package.json to support node version >= 14.

## [3.2.0](https://github.com/expediagroup/service-client/compare/v3.1.0...v3.2.0) (2021-09-29)

#### Feature
Expand Down
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": "3.2.0",
"version": "4.0.0",
"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 828aa20

Please sign in to comment.