Skip to content

Commit

Permalink
chore: release 2.3.1 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 13, 2020
1 parent 56de0a8 commit c9f2db4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [2.3.1](https://www.github.com/googleapis/gaxios/compare/v2.3.0...v2.3.1) (2020-02-13)


### Bug Fixes

* **deps:** update dependency https-proxy-agent to v5 ([#233](https://www.github.com/googleapis/gaxios/issues/233)) ([56de0a8](https://www.github.com/googleapis/gaxios/commit/56de0a824a2f9622e3e4d4bdd41adccd812a30b4))

## [2.3.0](https://www.github.com/googleapis/gaxios/compare/v2.2.2...v2.3.0) (2020-01-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gaxios",
"version": "2.3.0",
"version": "2.3.1",
"description": "A simple common HTTP client specifically for Google APIs and services.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -10,6 +10,6 @@
"mocha": "^7.0.0"
},
"dependencies": {
"gaxios": "^2.3.0"
"gaxios": "^2.3.1"
}
}

0 comments on commit c9f2db4

Please sign in to comment.