chore: release 0.7.3 (#179)
This commit is contained in:
parent
7c32666372
commit
81012c2689
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
### [0.7.3](https://www.github.com/google-github-actions/auth/compare/v0.7.2...v0.7.3) (2022-05-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* repair a logic bug for domain-wide delegation ([#178](https://www.github.com/google-github-actions/auth/issues/178)) ([7c32666](https://www.github.com/google-github-actions/auth/commit/7c326663721943518ddf89bec946f83da5cfc0e5))
|
||||
|
||||
### [0.7.2](https://www.github.com/google-github-actions/auth/compare/v0.7.1...v0.7.2) (2022-05-16)
|
||||
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.7.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
|
||||
"main": "dist/main/index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user