Skip to content

Commit

Permalink
Release v0.24.0 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jan 24, 2019
1 parent 6862351 commit e7cc247
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions

## v0.24.0

01-24-2019 08:49 PST

### Dependencies
- fix(deps): update dependency @grpc/proto-loader to ^0.4.0 ([#395](https://github.com/googleapis/gax-nodejs/pull/395))
- fix(deps): update dependency google-auth-library to v3 ([#394](https://github.com/googleapis/gax-nodejs/pull/394))

## v0.23.0

01-11-2019 13:32 PST
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": "google-gax",
"version": "0.23.0",
"version": "0.24.0",
"description": "Google API Extensions",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha system-test"
},
"dependencies": {
"google-gax": "^0.23.0"
"google-gax": "^0.24.0"
},
"devDependencies": {
"mocha": "^5.2.0"
Expand Down

0 comments on commit e7cc247

Please sign in to comment.