chore: release 0.5.1 (#513)

This commit is contained in:
Google GitHub Actions Bot 2022-02-16 10:53:13 -05:00 committed by GitHub
parent 64f0beb304
commit 04141d8a7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View file

@ -17,6 +17,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
### [0.5.1](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.5.0...v0.5.1) (2022-02-16)
### Miscellaneous Chores
* release 0.5.1 ([64f0beb](https://www.github.com/google-github-actions/setup-gcloud/commit/64f0beb3041b0bf4f92f745cbc419ad54f282689))
## [0.5.0](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.4.0...v0.5.0) (2022-02-04)
### Bug fixes

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "setup-gcloud",
"version": "0.5.0",
"version": "0.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "setup-gcloud",
"version": "0.5.0",
"version": "0.5.1",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",

View file

@ -1,6 +1,6 @@
{
"name": "setup-gcloud",
"version": "0.5.0",
"version": "0.5.1",
"description": "Setup gcloud GitHub action",
"main": "dist/main/index.js",
"scripts": {