Skip to content

Commit de6ef38

Browse files
authored
Release v1.3.2 (#94)
1 parent 0b348e8 commit de6ef38

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

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

7+
## v1.3.2
8+
9+
09-13-2019 18:06 PDT
10+
11+
- Revert "fixes [#33](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/33): Only listen to functionTarget. ([#81](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/81))"
12+
13+
### Implementation Changes
14+
15+
### New Features
16+
17+
### Dependencies
18+
19+
### Documentation
20+
21+
### Internal / Testing Changes
22+
723
## v1.3.1
824

925
09-13-2019 10:00 PDT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/functions-framework",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
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)