Skip to content

Commit c0ea9cd

Browse files
chore(main): release 10.5.0 (#2171)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f50cb67 commit c0ea9cd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [10.5.0](https://github.com/googleapis/google-auth-library-nodejs/compare/v10.4.2...v10.5.0) (2025-10-30)
8+
9+
10+
### Features
11+
12+
* Support scopes from impersonated JSON ([#2170](https://github.com/googleapis/google-auth-library-nodejs/issues/2170)) ([f50cb67](https://github.com/googleapis/google-auth-library-nodejs/commit/f50cb67a284076cd7a4b466cd6c6d32523635ea3))
13+
714
## [10.4.2](https://github.com/googleapis/google-auth-library-nodejs/compare/v10.4.1...v10.4.2) (2025-10-23)
815

916

package.json

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

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@google-cloud/storage": "^7.0.0",
1818
"@aws-sdk/credential-providers": "^3.58.0",
1919
"@googleapis/iam": "^34.0.0",
20-
"google-auth-library": "^10.4.2",
20+
"google-auth-library": "^10.5.0",
2121
"dotenv": "^17.0.0",
2222
"gaxios": "^7.0.0",
2323
"node-fetch": "^2.3.0",

0 commit comments

Comments
 (0)