Skip to content

Commit eb53f01

Browse files
authored
Release v1.3.1 (#91)
1 parent 2800649 commit eb53f01

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions
66

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+
722
## v1.3.0
823

924
09-11-2019 10:17 PDT

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/functions-framework",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "FaaS (Function as a service) framework for writing portable Node.js functions",
55
"engines": {
66
"node": ">=10.0.0"

0 commit comments

Comments
 (0)