We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61c084 commit 6aeab4bCopy full SHA for 6aeab4b
CHANGELOG.md
@@ -4,6 +4,21 @@
4
5
[1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions
6
7
+## v1.5.0
8
+
9
+03-06-2020 08:15 PST
10
11
+### Implementation Changes
12
+ - Adjust path handling ([#121](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/121))
13
14
+### New Features
15
16
+### Dependencies
17
18
+### Documentation
19
20
+### Internal / Testing Changes
21
22
## v1.4.0
23
24
01-30-2020 11:54 PST
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@google-cloud/functions-framework",
3
- "version": "1.4.0",
+ "version": "1.5.0",
"description": "FaaS (Function as a service) framework for writing portable Node.js functions",
"engines": {
"node": ">=10.0.0"
0 commit comments