Skip to content

Commit c99cb30

Browse files
chore: release 0.5.0 (#64)
1 parent 2573bd7 commit c99cb30

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [0.5.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.4.0...v0.5.0) (2021-05-26)
4+
5+
6+
### Features
7+
8+
* add function labels support ([#60](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/60)) ([#62](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/62)) ([9f988bd](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/9f988bd980b153cced94fea8580557d6f24a5ba4))
9+
310
## [0.4.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.3.0...v0.4.0) (2021-02-25)
411

512

package-lock.json

+1-1
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.4.0",
3+
"version": "0.5.0",
44
"description": "Deploy a Cloud Function",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)