Skip to content

Commit 9e67600

Browse files
chore: release 0.6.0 (#68)
1 parent 1cc0daf commit 9e67600

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.5.0...v0.6.0) (2021-06-29)
4+
5+
6+
### Features
7+
8+
* support gcloudignore ([#65](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/65)) ([bc4a13e](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/bc4a13eb460adf9045c2b9a4450acb06c25cb0a1))
9+
310
## [0.5.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.4.0...v0.5.0) (2021-05-26)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploy-cloud-functions",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Deploy a Cloud Function",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)