diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9cb88d3 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index 91cea35..d6c2437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 9575152..7275e1b 100644 --- a/package.json +++ b/package.json @@ -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": {