Skip to content

Commit 0897882

Browse files
chore(main): release 9.15.0 (#1891)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 902bf8b commit 0897882

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: 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.15.0](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.14.2...v9.15.0) (2024-11-01)
8+
9+
10+
### Features
11+
12+
* Impersonated Universe Domain Support ([#1875](https://github.com/googleapis/google-auth-library-nodejs/issues/1875)) ([902bf8b](https://github.com/googleapis/google-auth-library-nodejs/commit/902bf8b7faf8f7a0735011c252907282f550cd14))
13+
714
## [9.14.2](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.14.1...v9.14.2) (2024-10-09)
815

916

Diff for: 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.14.2",
3+
"version": "9.15.0",
44
"author": "Google Inc.",
55
"description": "Google APIs Authentication Client Library for Node.js",
66
"engines": {

Diff for: samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@google-cloud/language": "^6.5.0",
1717
"@google-cloud/storage": "^7.0.0",
1818
"@googleapis/iam": "^21.0.0",
19-
"google-auth-library": "^9.14.2",
19+
"google-auth-library": "^9.15.0",
2020
"node-fetch": "^2.3.0",
2121
"open": "^9.0.0",
2222
"server-destroy": "^1.0.1"

0 commit comments

Comments
 (0)