Skip to content

Commit 8d12589

Browse files
chore: release 0.6.0 (google-github-actions#118)
1 parent 696f31d commit 8d12589

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [0.6.0](https://www.github.com/google-github-actions/auth/compare/v0.5.0...v0.6.0) (2022-02-03)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
311
## [0.5.0](https://www.github.com/google-github-actions/auth/compare/v0.4.4...v0.5.0) (2022-01-22)
412

513

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.5.0",
3+
"version": "0.6.0",
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)