Skip to content

Commit 15f6abf

Browse files
authored
Release v1.3.0 (#88)
1 parent f1a50e4 commit 15f6abf

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
[npm history][1]
4+
5+
[1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions
6+
7+
## v1.3.0
8+
9+
09-11-2019 10:17 PDT
10+
11+
### Implementation Changes
12+
- 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))
13+
- fix: change the default function directory to the current working directory instead of root ('/') ([#77](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/77))
14+
- Adding null check in catch block ([#71](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/71))
15+
- fix: Adds types for superagent. Fixes [#68](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/68) ([#69](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/69))
16+
17+
### New Features
18+
- Add a source flag/env option to add flexibility to execution path ([#53](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/53))
19+
20+
### Dependencies
21+
22+
### Documentation
23+
- Docs Updates ([#70](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/70))
24+
- Fix small typo on link ([#79](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/79))
25+
- New section documentation on how to perform local PubSub testing ([#76](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/76))
26+
- Docs: Add Docker Tutorial Doc ([#58](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/58))
27+
28+
### Internal / Testing Changes
29+
- chore: remove the converter
30+

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.2.1",
3+
"version": "1.3.0",
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)