Skip to content

Commit 2453a46

Browse files
chore(main): release 9.14.2 (#1883)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8336aa2 commit 2453a46

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.14.2](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.14.1...v9.14.2) (2024-10-09)
8+
9+
10+
### Bug Fixes
11+
12+
* Disable Universe Domain Check ([#1878](https://github.com/googleapis/google-auth-library-nodejs/issues/1878)) ([8adb44c](https://github.com/googleapis/google-auth-library-nodejs/commit/8adb44c738b88bfc44e57b0694c3815d138a40e5))
13+
714
## [9.14.1](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.14.0...v9.14.1) (2024-08-30)
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.14.1",
3+
"version": "9.14.2",
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
@@ -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.1",
19+
"google-auth-library": "^9.14.2",
2020
"node-fetch": "^2.3.0",
2121
"open": "^9.0.0",
2222
"server-destroy": "^1.0.1"

0 commit comments

Comments
 (0)