Skip to content

Commit 7846bf6

Browse files
chore(main): release 10.4.2 (#2167)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c128149 commit 7846bf6

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.4.2](https://github.com/googleapis/google-auth-library-nodejs/compare/v10.4.1...v10.4.2) (2025-10-23)
8+
9+
10+
### Bug Fixes
11+
12+
* Export ExternalAccountAuthorizedUserCredential ([#2166](https://github.com/googleapis/google-auth-library-nodejs/issues/2166)) ([c128149](https://github.com/googleapis/google-auth-library-nodejs/commit/c1281490b3e10d3801fb2a18b2ec8f84538ef60d))
13+
714
## [10.4.1](https://github.com/googleapis/google-auth-library-nodejs/compare/v10.4.0...v10.4.1) (2025-10-14)
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.1",
3+
"version": "10.4.2",
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.1",
20+
"google-auth-library": "^10.4.2",
2121
"dotenv": "^17.0.0",
2222
"gaxios": "^7.0.0",
2323
"node-fetch": "^2.3.0",

0 commit comments

Comments
 (0)