chore: release 0.5.0 (#112)

This commit is contained in:
Google GitHub Actions Bot 2022-01-22 14:52:49 -05:00 committed by GitHub
parent 7b354992e5
commit 7a360a247c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [0.5.0](https://www.github.com/google-github-actions/auth/compare/v0.4.4...v0.5.0) (2022-01-22)
### Features
* switch to use node version 16 ([#110](https://www.github.com/google-github-actions/auth/issues/110)) ([54924db](https://www.github.com/google-github-actions/auth/commit/54924dbbed2718579e1a91c9fc16a0b81c1ad8cb))
### [0.4.4](https://www.github.com/google-github-actions/auth/compare/v0.4.3...v0.4.4) (2021-12-22)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@google-github-actions/auth",
"version": "0.4.4",
"version": "0.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@google-github-actions/auth",
"version": "0.4.4",
"version": "0.5.0",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",

View File

@ -1,6 +1,6 @@
{
"name": "@google-github-actions/auth",
"version": "0.4.4",
"version": "0.5.0",
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
"main": "dist/main/index.js",
"scripts": {