Skip to content

Commit

Permalink
chore(main): release 9.9.0 (#1796)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Apr 24, 2024
1 parent c680b5d commit 3018f7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

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

## [9.9.0](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.8.0...v9.9.0) (2024-04-18)


### Features

* Adds suppliers for custom subject token and AWS credentials ([#1795](https://github.com/googleapis/google-auth-library-nodejs/issues/1795)) ([c680b5d](https://github.com/googleapis/google-auth-library-nodejs/commit/c680b5ddfa526d414ad1250bb6f5af69c498b909))

## [9.8.0](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.7.0...v9.8.0) (2024-04-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "google-auth-library",
"version": "9.8.0",
"version": "9.9.0",
"author": "Google Inc.",
"description": "Google APIs Authentication Client Library for Node.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@google-cloud/storage": "^7.0.0",
"@googleapis/iam": "^15.0.0",
"google-auth-library": "^9.8.0",
"google-auth-library": "^9.9.0",
"node-fetch": "^2.3.0",
"open": "^9.0.0",
"server-destroy": "^1.0.1"
Expand Down

0 comments on commit 3018f7c

Please sign in to comment.