From 1dfe05a8c1dde05c8cf0ed2a981edda243619457 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:22:45 +0000 Subject: [PATCH] chore(main): release 3.4.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4acbb9da8..9e414b966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions +## [3.4.4](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.4.3...v3.4.4) (2024-12-19) + + +### Bug Fixes + +* 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)) + ## [3.4.3](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.4.2...v3.4.3) (2024-12-12) diff --git a/package-lock.json b/package-lock.json index d40cf5552..5eefcc88f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/functions-framework", - "version": "3.4.3", + "version": "3.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-cloud/functions-framework", - "version": "3.4.3", + "version": "3.4.4", "license": "Apache-2.0", "dependencies": { "@types/express": "^5.0.0", diff --git a/package.json b/package.json index 3e2644844..2d5eb289f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "3.4.3", + "version": "3.4.4", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"