Skip to content

Commit e342476

Browse files
chore(main): release 8.9.0
1 parent 73b63d5 commit e342476

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://www.npmjs.com/package/google-auth-library?activeTab=versions
66

7+
## [8.9.0](https://github.com/googleapis/google-auth-library-nodejs/compare/v8.8.0...v8.9.0) (2023-05-19)
8+
9+
10+
### Features
11+
12+
* Adds universe_domain field to base external client ([#1548](https://github.com/googleapis/google-auth-library-nodejs/issues/1548)) ([7412d7c](https://github.com/googleapis/google-auth-library-nodejs/commit/7412d7c55c688601199b5201b29cfbe63c4c7a70))
13+
14+
15+
### Bug Fixes
16+
17+
* Make universeDomain private ([#1552](https://github.com/googleapis/google-auth-library-nodejs/issues/1552)) ([73b63d5](https://github.com/googleapis/google-auth-library-nodejs/commit/73b63d56fad8da033307e1be501a8846a5311211))
18+
719
## [8.8.0](https://github.com/googleapis/google-auth-library-nodejs/compare/v8.7.0...v8.8.0) (2023-04-25)
820

921

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-auth-library",
3-
"version": "8.8.0",
3+
"version": "8.9.0",
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
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@google-cloud/storage": "^6.0.0",
1717
"@googleapis/iam": "^7.0.0",
18-
"google-auth-library": "^8.8.0",
18+
"google-auth-library": "^8.9.0",
1919
"node-fetch": "^2.3.0",
2020
"opn": "^5.3.0",
2121
"server-destroy": "^1.0.1"

0 commit comments

Comments
 (0)