Skip to content

Commit

Permalink
chore: release 0.5.0 (#498)
Browse files Browse the repository at this point in the history
* chore: release 0.5.0

* Update CHANGELOG.md

Co-authored-by: Seth Vargo <seth@sethvargo.com>
  • Loading branch information
google-github-actions-bot and sethvargo committed Feb 4, 2022
1 parent 442c774 commit 37a9333
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -17,6 +17,16 @@ 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.0](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.4.0...v0.5.0) (2022-02-04)

### Bug fixes

* fix a bug where gcloud error output was being hidden

### Miscellaneous Chores

* release 0.5.0 ([442c774](https://www.github.com/google-github-actions/setup-gcloud/commit/442c774cb39c4116f87a7c27a4ce4cc8f1477920))

## [0.4.0](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.3.0...v0.4.0) (2022-01-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "setup-gcloud",
"version": "0.4.0",
"version": "0.5.0",
"description": "Setup gcloud GitHub action",
"main": "dist/main/index.js",
"scripts": {
Expand Down

0 comments on commit 37a9333

Please sign in to comment.