Skip to content

Commit

Permalink
chore(main): release 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 5, 2022
1 parent cdff0de commit 0117efd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [3.1.5](https://github.com/googleapis/gax-nodejs/compare/v3.1.4...v3.1.5) (2022-08-05)


### Bug Fixes

* do not use typeof when comparing to undefined ([#1300](https://github.com/googleapis/gax-nodejs/issues/1300)) ([b01bf8d](https://github.com/googleapis/gax-nodejs/commit/b01bf8d5b3dc3524f321474d87c41e82dc599950))

## [3.1.4](https://github.com/googleapis/gax-nodejs/compare/v3.1.3...v3.1.4) (2022-07-20)


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": "3.1.4",
"version": "3.1.5",
"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 @@ -14,7 +14,7 @@
"*.js"
],
"dependencies": {
"google-gax": "^3.1.4"
"google-gax": "^3.1.5"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 0117efd

Please sign in to comment.