From 0117efd12af38549d58ffb858cd936ec4b0cd3c3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:59:03 +0000 Subject: [PATCH] chore(main): release 3.1.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b31c15b3..b9ff0649f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9e6b0bc86..cceff2701 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/samples/package.json b/samples/package.json index e1d89143b..eefbf49ff 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "*.js" ], "dependencies": { - "google-gax": "^3.1.4" + "google-gax": "^3.1.5" }, "devDependencies": { "c8": "^7.0.0",