Skip to content

Commit

Permalink
feat: release v0.22.1 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored and jkwlui committed Nov 13, 2018
1 parent e6672e1 commit 9949c53
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## v0.22.1

11-12-2018 16:56 PST


### Dependencies
- Update grpc dependency ([#353](https://github.com/googleapis/gax-nodejs/pull/353))

### Internal / Testing Changes
- Update eslintignore config ([#352](https://github.com/googleapis/gax-nodejs/pull/352))

## v0.22.0

11-12-2018 15:05 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.22.0",
"version": "0.22.1",
"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.22.0"
"google-gax": "^0.22.1"
},
"devDependencies": {
"mocha": "^5.2.0"
Expand Down

0 comments on commit 9949c53

Please sign in to comment.