From fae17590dc7266f1510ec15aabda3eef558f53c7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:37:36 +0000 Subject: [PATCH] chore(main): release 5.0.1 --- 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 f925e74d..9ecf653f 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.1](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.0...v5.0.1) (2026-02-06) + + +### Bug Fixes + +* remove semver dependency ([#700](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/700)) ([7c5551d](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/7c5551d7973d2fda0061305b59c40c7c69dc3ab0)) + ## [5.0.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v4.0.1...v5.0.0) (2025-12-30) diff --git a/package-lock.json b/package-lock.json index ab53035b..09627da6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/functions-framework", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@google-cloud/functions-framework", - "version": "5.0.0", + "version": "5.0.1", "license": "Apache-2.0", "dependencies": { "@types/express": "^5.0.0", diff --git a/package.json b/package.json index 208cd353..c835d775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "5.0.0", + "version": "5.0.1", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"