Skip to content

Commit b8acd4d

Browse files
chore(main): release 9.7.1
1 parent fc8dfe9 commit b8acd4d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/google-auth-library?activeTab=versions
66

7+
## [9.7.1](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.7.0...v9.7.1) (2024-03-22)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** Update dependency opn to v6 ([#1775](https://github.com/googleapis/google-auth-library-nodejs/issues/1775)) ([fc8dfe9](https://github.com/googleapis/google-auth-library-nodejs/commit/fc8dfe9d373e30dd1bd06eb8cbb8b52e735b4d83))
13+
714
## [9.7.0](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.6.3...v9.7.0) (2024-03-12)
815

916

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-auth-library",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
44
"author": "Google Inc.",
55
"description": "Google APIs Authentication Client Library for Node.js",
66
"engines": {

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@google-cloud/storage": "^7.0.0",
1717
"@googleapis/iam": "^15.0.0",
18-
"google-auth-library": "^9.7.0",
18+
"google-auth-library": "^9.7.1",
1919
"node-fetch": "^2.3.0",
2020
"opn": "^6.0.0",
2121
"server-destroy": "^1.0.1"

0 commit comments

Comments
 (0)