From dafc92490a98acbdec38e6eb649f05d55e632447 Mon Sep 17 00:00:00 2001 From: Google GitHub Actions Bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Mon, 16 May 2022 09:06:39 -0500 Subject: [PATCH] chore: release 0.7.2 (#175) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef87c81..d89fa4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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) diff --git a/package-lock.json b/package-lock.json index adc1c9c..64797ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-github-actions/auth", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-github-actions/auth", - "version": "0.7.1", + "version": "0.7.2", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.7.0", diff --git a/package.json b/package.json index bb36a88..937c9e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "main": "dist/main/index.js", "scripts": {