Skip to content

Commit 4f9427c

Browse files
Release: v1.0.1 (#383)
## What's Changed * Update CI and deps by @sethvargo in #367 * Handle 404 vs other errors when getting the Cloud Function by @sethvargo in #368 * Improve cleanup script by @sethvargo in #369 * Update Readme with ingress_settings valid inputs by @m3h0w in #370 * Update README.md by @juanmanuelramallo in #372 * chore: update dependencies (automated) by @verbanicm in #375 * Switch to pull non-secret values from env by @sethvargo in #376 * Give possible values for memory_mb by @greg-finley in #377 * Add support info by @sethvargo in #380 * chore: update dependencies (automated) by @verbanicm in #382 ## New Contributors * @m3h0w made their first contribution in #370 * @juanmanuelramallo made their first contribution in #372 * @greg-finley made their first contribution in #377 **Full Changelog**: v1.0.0...cc5c68a
1 parent cc5c68a commit 4f9427c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dist/index.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)