chore: release 0.7.2 (#175)

This commit is contained in:
Google GitHub Actions Bot 2022-05-16 09:06:39 -05:00 committed by GitHub
commit dafc92490a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
### [0.7.2](https://www.github.com/google-github-actions/auth/compare/v0.7.1...v0.7.2) (2022-05-16)
### Bug Fixes
* only emit warning if the lifetime exceeds 1 hour ([f322a0d](https://www.github.com/google-github-actions/auth/commit/f322a0d1e2c22a84ebc9356dc234f5df49e238d4))
### [0.7.1](https://www.github.com/google-github-actions/auth/compare/v0.7.0...v0.7.1) (2022-04-22) ### [0.7.1](https://www.github.com/google-github-actions/auth/compare/v0.7.0...v0.7.1) (2022-04-22)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@google-github-actions/auth", "name": "@google-github-actions/auth",
"version": "0.7.1", "version": "0.7.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@google-github-actions/auth", "name": "@google-github-actions/auth",
"version": "0.7.1", "version": "0.7.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@actions/core": "^1.7.0", "@actions/core": "^1.7.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "@google-github-actions/auth", "name": "@google-github-actions/auth",
"version": "0.7.1", "version": "0.7.2",
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.", "description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
"main": "dist/main/index.js", "main": "dist/main/index.js",
"scripts": { "scripts": {