Skip to content

Commit f4371b8

Browse files
chore(master): release 3.3.0 (#551)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 65f3f34 commit f4371b8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [3.3.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.2.1...v3.3.0) (2023-06-28)
8+
9+
10+
### Features
11+
12+
* introduce strongly typed function signature ([#525](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/525)) ([65f3f34](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/65f3f348b8dc323021272bac49d9d57ab36ec1dd))
13+
714
## [3.2.1](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.2.0...v3.2.1) (2023-06-20)
815

916

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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