Skip to content

Commit 816aa0c

Browse files
chore: release 0.4.0 (#85)
1 parent a49a2ad commit 816aa0c

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.0](https://www.github.com/google-github-actions/setup-cloud-sdk/compare/v0.3.1...v0.4.0) (2022-02-03)
4+
5+
6+
### Features
7+
8+
* add gcloudRun and use getExecOutput ([#77](https://www.github.com/google-github-actions/setup-cloud-sdk/issues/77)) ([3778ef8](https://www.github.com/google-github-actions/setup-cloud-sdk/commit/3778ef84102b620307c528ced79f0c5cbf11c71e))
9+
310
### [0.3.1](https://www.github.com/google-github-actions/setup-cloud-sdk/compare/v0.3.0...v0.3.1) (2021-12-06)
411

512

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": "@google-github-actions/setup-cloud-sdk",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Utilities to download, install and interact with the Cloud SDK for GitHub Actions",
55
"main": "dist/index.js",
66
"types": "dist/index.d.js",

0 commit comments

Comments
 (0)