Skip to content

Commit da9b398

Browse files
chore(main): release 2.0.2 (#147)
🤖 I have created a release *beep* *boop* --- ## [2.0.2](https://togithub.com/googleapis/nodejs-iam-credentials/compare/v2.0.1...v2.0.2) (2022-11-10) ### Bug Fixes * Allow passing gax instance to client constructor ([#145](https://togithub.com/googleapis/nodejs-iam-credentials/issues/145)) ([e3cfeba](https://togithub.com/googleapis/nodejs-iam-credentials/commit/e3cfebad3d72c4e844d95758d8571f8969c94ab4)) * better support for fallback mode ([e3cfeba](https://togithub.com/googleapis/nodejs-iam-credentials/commit/e3cfebad3d72c4e844d95758d8571f8969c94ab4)) * Change import long to require ([#146](https://togithub.com/googleapis/nodejs-iam-credentials/issues/146)) ([cbd8f76](https://togithub.com/googleapis/nodejs-iam-credentials/commit/cbd8f76476b6ab2f37f47f1597375af2937f96e2)) * **deps:** Use google-gax v3.5.2 ([#156](https://togithub.com/googleapis/nodejs-iam-credentials/issues/156)) ([4bd9f8b](https://togithub.com/googleapis/nodejs-iam-credentials/commit/4bd9f8b60e50ee6e6a3da08ef6d07999d81b39d7)) * Do not import the whole google-gax from proto JS ([#1553](https://togithub.com/googleapis/nodejs-iam-credentials/issues/1553)) ([#149](https://togithub.com/googleapis/nodejs-iam-credentials/issues/149)) ([ecd43bd](https://togithub.com/googleapis/nodejs-iam-credentials/commit/ecd43bdd58621e4d967d52d185fcda846b65e657)) * Preserve default values in x-goog-request-params header ([#150](https://togithub.com/googleapis/nodejs-iam-credentials/issues/150)) ([0cb6540](https://togithub.com/googleapis/nodejs-iam-credentials/commit/0cb6540ed6efcc905547845d71dd923ba5743d0e)) * Regenerated protos JS and TS definitions ([#159](https://togithub.com/googleapis/nodejs-iam-credentials/issues/159)) ([cece8c7](https://togithub.com/googleapis/nodejs-iam-credentials/commit/cece8c758df280204a4a1f4fd60b00c3161c1424)) * Remove pip install statements ([#1546](https://togithub.com/googleapis/nodejs-iam-credentials/issues/1546)) ([#148](https://togithub.com/googleapis/nodejs-iam-credentials/issues/148)) ([bc7ddbf](https://togithub.com/googleapis/nodejs-iam-credentials/commit/bc7ddbfbfb8151a6cdc6422bb345c6e993867539)) * use google-gax v3.3.0 ([ecd43bd](https://togithub.com/googleapis/nodejs-iam-credentials/commit/ecd43bdd58621e4d967d52d185fcda846b65e657)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 8eb5f1c commit da9b398

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

packages/google-iam-credentials/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/googleapis/nodejs-iam-credentials/compare/v2.0.1...v2.0.2) (2022-11-10)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow passing gax instance to client constructor ([#145](https://github.com/googleapis/nodejs-iam-credentials/issues/145)) ([e3cfeba](https://github.com/googleapis/nodejs-iam-credentials/commit/e3cfebad3d72c4e844d95758d8571f8969c94ab4))
9+
* better support for fallback mode ([e3cfeba](https://github.com/googleapis/nodejs-iam-credentials/commit/e3cfebad3d72c4e844d95758d8571f8969c94ab4))
10+
* Change import long to require ([#146](https://github.com/googleapis/nodejs-iam-credentials/issues/146)) ([cbd8f76](https://github.com/googleapis/nodejs-iam-credentials/commit/cbd8f76476b6ab2f37f47f1597375af2937f96e2))
11+
* **deps:** Use google-gax v3.5.2 ([#156](https://github.com/googleapis/nodejs-iam-credentials/issues/156)) ([4bd9f8b](https://github.com/googleapis/nodejs-iam-credentials/commit/4bd9f8b60e50ee6e6a3da08ef6d07999d81b39d7))
12+
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-iam-credentials/issues/1553)) ([#149](https://github.com/googleapis/nodejs-iam-credentials/issues/149)) ([ecd43bd](https://github.com/googleapis/nodejs-iam-credentials/commit/ecd43bdd58621e4d967d52d185fcda846b65e657))
13+
* Preserve default values in x-goog-request-params header ([#150](https://github.com/googleapis/nodejs-iam-credentials/issues/150)) ([0cb6540](https://github.com/googleapis/nodejs-iam-credentials/commit/0cb6540ed6efcc905547845d71dd923ba5743d0e))
14+
* Regenerated protos JS and TS definitions ([#159](https://github.com/googleapis/nodejs-iam-credentials/issues/159)) ([cece8c7](https://github.com/googleapis/nodejs-iam-credentials/commit/cece8c758df280204a4a1f4fd60b00c3161c1424))
15+
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-iam-credentials/issues/1546)) ([#148](https://github.com/googleapis/nodejs-iam-credentials/issues/148)) ([bc7ddbf](https://github.com/googleapis/nodejs-iam-credentials/commit/bc7ddbfbfb8151a6cdc6422bb345c6e993867539))
16+
* use google-gax v3.3.0 ([ecd43bd](https://github.com/googleapis/nodejs-iam-credentials/commit/ecd43bdd58621e4d967d52d185fcda846b65e657))
17+
318
## [2.0.1](https://github.com/googleapis/nodejs-iam-credentials/compare/v2.0.0...v2.0.1) (2022-06-30)
419

520

packages/google-iam-credentials/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/iam-credentials",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Credentials client for Node.js",
55
"repository": "googleapis/nodejs-iam-credentials",
66
"license": "Apache-2.0",

packages/google-iam-credentials/samples/generated/v1/snippet_metadata.google.iam.credentials.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-credentials",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-iam-credentials/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/iam-credentials": "^2.0.1"
16+
"@google-cloud/iam-credentials": "^2.0.2"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)