Skip to content

Commit 3b19e9c

Browse files
chore(main): release 9.6.3 (#1753)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f3d3a03 commit 3b19e9c

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.6.3](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.6.2...v9.6.3) (2024-02-06)
8+
9+
10+
### Bug Fixes
11+
12+
* Always sign with `scopes` on Non-Default Universes ([#1752](https://github.com/googleapis/google-auth-library-nodejs/issues/1752)) ([f3d3a03](https://github.com/googleapis/google-auth-library-nodejs/commit/f3d3a03dbce42a400c11457131dd1fabc206826a))
13+
714
## [9.6.2](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.6.1...v9.6.2) (2024-02-02)
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.6.2",
3+
"version": "9.6.3",
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": "^14.0.0",
18-
"google-auth-library": "^9.6.2",
18+
"google-auth-library": "^9.6.3",
1919
"node-fetch": "^2.3.0",
2020
"opn": "^5.3.0",
2121
"server-destroy": "^1.0.1"

0 commit comments

Comments
 (0)