Skip to content

Commit

Permalink
chore: release 67.1.0 (#2521)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
yoshi-code-bot and bcoe committed Feb 17, 2021
1 parent 72657b2 commit a9e872a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://www.npmjs.com/package/googleapis?activeTab=versions

## [67.1.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/v67.0.0...v67.1.0) (2021-02-17)


### Features

* **auth:** adds support workload identity federation ([#2517](https://www.github.com/googleapis/google-api-nodejs-client/issues/2517)) ([a10707c](https://www.github.com/googleapis/google-api-nodejs-client/commit/a10707c477759e7c9ef6360a2fe800856fb600c1))


### Bug Fixes

* **deps:** update dependency googleapis-common to v5 ([#2497](https://www.github.com/googleapis/google-api-nodejs-client/issues/2497)) ([fec087a](https://www.github.com/googleapis/google-api-nodejs-client/commit/fec087abcf3d994dd41c3ffa0a0c12b1f9f09dae))

## [67.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/v66.0.0...v67.0.0) (2020-12-24)


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": "googleapis",
"version": "67.0.0",
"version": "67.1.0",
"repository": "googleapis/google-api-nodejs-client",
"license": "Apache-2.0",
"description": "Google APIs Client Library for Node.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@google-cloud/local-auth": "^1.0.0",
"express": "^4.17.1",
"googleapis": "^67.0.0",
"googleapis": "^67.1.0",
"nconf": "^0.11.0",
"open": "^7.0.3",
"server-destroy": "^1.0.1",
Expand Down

0 comments on commit a9e872a

Please sign in to comment.