diff --git a/CHANGELOG.md b/CHANGELOG.md index d9695292..6c141bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.0](https://www.github.com/google-github-actions/auth/compare/v0.5.0...v0.6.0) (2022-02-03) + + +### Features + +* emit a warning when the workspace is empty ([#117](https://www.github.com/google-github-actions/auth/issues/117)) ([983a037](https://www.github.com/google-github-actions/auth/commit/983a037dfb2896311c4cebbaa0de4cdc200d6985)) +* ensure cred file is created with a predictable name ([#130](https://www.github.com/google-github-actions/auth/issues/130)) ([48c46e6](https://www.github.com/google-github-actions/auth/commit/48c46e6a594e8bd0b0b4806155ace5cad3aa8e24)) + ## [0.5.0](https://www.github.com/google-github-actions/auth/compare/v0.4.4...v0.5.0) (2022-01-22) diff --git a/package-lock.json b/package-lock.json index f93ac4e6..7cb27470 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-github-actions/auth", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-github-actions/auth", - "version": "0.5.0", + "version": "0.6.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index cc71d058..64b41fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-github-actions/auth", - "version": "0.5.0", + "version": "0.6.0", "description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.", "main": "dist/main/index.js", "scripts": {