Skip to content

Commit 140adab

Browse files
chore: release 0.2.0 (#31)
1 parent de6e4ea commit 140adab

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.1.2...v0.2.0) (2021-01-22)
4+
5+
6+
### Features
7+
8+
* Add optional memory input ([#27](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/27)) ([5d58680](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/5d586803b3bd3a70307a96a4e1d14f0ed766f280))
9+
10+
11+
### Bug Fixes
12+
13+
* improve upload error handling ([#28](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/28)) ([2ee38a0](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/2ee38a0bf7722e3ee699188ece8ba82df1c5d320))
14+
315
### [0.1.2](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.1.1...v0.1.2) (2020-11-13)
416

517

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

0 commit comments

Comments
 (0)