chore: release 0.6.0 (#118)
This commit is contained in:
parent
696f31dbf6
commit
8d125895b9
@ -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)
|
||||
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user