We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2800649 commit eb53f01Copy full SHA for eb53f01
CHANGELOG.md
@@ -4,6 +4,21 @@
4
5
[1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions
6
7
+## v1.3.1
8
+
9
+09-13-2019 10:00 PDT
10
11
+### Implementation Changes
12
+- fix: use empty string path when function source is not specified ([#90](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/90))
13
14
+### New Features
15
16
+### Dependencies
17
18
+### Documentation
19
20
+### Internal / Testing Changes
21
22
## v1.3.0
23
24
09-11-2019 10:17 PDT
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@google-cloud/functions-framework",
3
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "FaaS (Function as a service) framework for writing portable Node.js functions",
"engines": {
"node": ">=10.0.0"
0 commit comments