Skip to content

Commit 81012c2

Browse files
chore: release 0.7.3 (#179)
1 parent 7c32666 commit 81012c2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.7.3](https://www.github.com/google-github-actions/auth/compare/v0.7.2...v0.7.3) (2022-05-18)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
### [0.7.2](https://www.github.com/google-github-actions/auth/compare/v0.7.1...v0.7.2) (2022-05-16)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-github-actions/auth",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
55
"main": "dist/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)