Skip to content

Commit a40b32a

Browse files
chore(main): release 3.4.4 (#666)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9206893 commit a40b32a

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.4.4](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.4.3...v3.4.4) (2024-12-19)
8+
9+
10+
### Bug Fixes
11+
12+
* do not call render in the errorHandler ([#665](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/665)) ([9206893](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/920689311c7441a6fe15bbddc9a566a4543e2d49))
13+
714
## [3.4.3](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.4.2...v3.4.3) (2024-12-12)
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.4.3",
3+
"version": "3.4.4",
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)