From d91ce3b253c6fbcd3bcb9c593229d7bf6f0749ec Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:01:41 +0000 Subject: [PATCH] chore(main): release 5.0.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 88e2d319..ef8ee37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions +## [5.0.4](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.3...v5.0.4) (2026-06-24) + + +### Bug Fixes + +* decode only the viewed bytes of Uint8Array log data ([#772](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/772)) ([8b780fc](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/8b780fc9e9f9a105543e661c58b1202a6804038a)) + ## [5.0.3](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.2...v5.0.3) (2026-06-22) diff --git a/package-lock.json b/package-lock.json index 4af36c2a..4591cf8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/functions-framework", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@google-cloud/functions-framework", - "version": "5.0.3", + "version": "5.0.4", "license": "Apache-2.0", "dependencies": { "@types/express": "^5.0.0", diff --git a/package.json b/package.json index cc3bb932..6c5a15d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "5.0.3", + "version": "5.0.4", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"