chore: release 0.4.4 (#93)

This commit is contained in:
Google GitHub Actions Bot 2021-12-22 11:48:33 -05:00 committed by GitHub
parent 0aa6edff98
commit c6c22902f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

8
CHANGELOG.md Normal file
View File

@ -0,0 +1,8 @@
# Changelog
### [0.4.4](https://www.github.com/google-github-actions/auth/compare/v0.4.3...v0.4.4) (2021-12-22)
### Bug Fixes
* switch to actions-utils and update deps ([#91](https://www.github.com/google-github-actions/auth/issues/91)) ([ec59fe8](https://www.github.com/google-github-actions/auth/commit/ec59fe8c8e0c9f3f3b6ed799d8318a75930f9038))

4
package-lock.json generated
View File

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

View File

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