Skip to content

Commit 37a9333

Browse files
chore: release 0.5.0 (#498)
* chore: release 0.5.0 * Update CHANGELOG.md Co-authored-by: Seth Vargo <seth@sethvargo.com>
1 parent 442c774 commit 37a9333

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ All notable changes to this project will be documented in this file.
1717
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
1818
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1919

20+
## [0.5.0](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.4.0...v0.5.0) (2022-02-04)
21+
22+
### Bug fixes
23+
24+
* fix a bug where gcloud error output was being hidden
25+
26+
### Miscellaneous Chores
27+
28+
* release 0.5.0 ([442c774](https://www.github.com/google-github-actions/setup-gcloud/commit/442c774cb39c4116f87a7c27a4ce4cc8f1477920))
29+
2030
## [0.4.0](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.3.0...v0.4.0) (2022-01-21)
2131

2232

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-gcloud",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Setup gcloud GitHub action",
55
"main": "dist/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)