Skip to content

Commit ce118c0

Browse files
chore: release 0.1.1 (#14)
1 parent aa36988 commit ce118c0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
### [0.1.1](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.1.0...v0.1.1) (2020-11-13)
4+
5+
6+
### Bug Fixes
7+
8+
* accept region ([627c9d3](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/627c9d30047b1be097d0fdffd2c3d0cc728abdf6))
9+
* Only set url output if present ([#8](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/8)) ([d3a02f7](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/d3a02f7119ba31fe168ce9bf5106eb463e1877a7))

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

0 commit comments

Comments
 (0)