Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 9e61ac8

Browse files
chore(main): release 10.2.1 (#2107)
* chore(main): release 10.2.1 * fix: add node version command to test workflow run * fix: undo change --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: miguel <miguelvelezsa@google.com>
1 parent afc3bc8 commit 9e61ac8

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.2.1](https://github.com/googleapis/google-auth-library-nodejs/compare/v10.2.0...v10.2.1) (2025-08-01)
8+
9+
10+
### Bug Fixes
11+
12+
* Pin nock and typescript dependencies to fix window.crypto.subtle.verify signature argument type ([#2106](https://github.com/googleapis/google-auth-library-nodejs/issues/2106)) ([afc3bc8](https://github.com/googleapis/google-auth-library-nodejs/commit/afc3bc8f000c2794df626419515e87017b0dd655))
13+
714
## [10.2.0](https://github.com/googleapis/google-auth-library-nodejs/compare/v10.1.0...v10.2.0) (2025-07-18)
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.2.0",
3+
"version": "10.2.1",
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
@@ -16,7 +16,7 @@
1616
"@google-cloud/language": "^7.0.0",
1717
"@google-cloud/storage": "^7.0.0",
1818
"@googleapis/iam": "^30.0.0",
19-
"google-auth-library": "^10.2.0",
19+
"google-auth-library": "^10.2.1",
2020
"node-fetch": "^2.3.0",
2121
"open": "^9.0.0",
2222
"server-destroy": "^1.0.1"

0 commit comments

Comments
 (0)