Skip to content

Commit cc199d6

Browse files
chore: release 0.3.0 (#43)
1 parent a343ecb commit cc199d6

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.3.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.2.0...v0.3.0) (2021-02-11)
4+
5+
6+
### Features
7+
8+
* add env var file support ([#34](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/34)) ([6513a6e](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/6513a6e5f0f53eeec94f324ed9c02ab56eab852d))
9+
310
## [0.2.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.1.2...v0.2.0) (2021-01-22)
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.2.0",
3+
"version": "0.3.0",
44
"description": "Deploy a Cloud Function",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)