Skip to content

Commit 78581af

Browse files
chore: release 0.10.0 (#302)
1 parent 2cf760b commit 78581af

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [0.10.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.9.0...v0.10.0) (2022-03-18)
4+
5+
6+
### Features
7+
8+
* output archive entries in debug mode ([#300](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/300)) ([88aa99f](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/88aa99f704ec90816fec08735e2f68232f9522ae))
9+
10+
11+
### Bug Fixes
12+
13+
* support multi-line KV for secrets, envvars, and labels ([#309](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/309)) ([2cf760b](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/2cf760b0443400bd6ae8542d9d472f950d44e71b))
14+
315
## [0.9.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.8.0...v0.9.0) (2022-03-09)
416

517

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

0 commit comments

Comments
 (0)