chore: release 0.7.0 (#158)
This commit is contained in:
parent
e426d954f6
commit
50dbfd0907
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [0.7.0](https://www.github.com/google-github-actions/auth/compare/v0.6.0...v0.7.0) (2022-04-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* allow opt-out of exporting environment variables ([#157](https://www.github.com/google-github-actions/auth/issues/157)) ([d16fd89](https://www.github.com/google-github-actions/auth/commit/d16fd896f76605863c491de993d3e5d5cf4f68f8))
|
||||
|
||||
## [0.6.0](https://www.github.com/google-github-actions/auth/compare/v0.5.0...v0.6.0) (2022-02-03)
|
||||
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.6.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.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