Skip to content

Commit 82fec65

Browse files
chore(main): release 5.0.1 (#737)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 7c5551d commit 82fec65

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [5.0.1](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.0...v5.0.1) (2026-02-06)
8+
9+
10+
### Bug Fixes
11+
12+
* remove semver dependency ([#700](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/700)) ([7c5551d](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/7c5551d7973d2fda0061305b59c40c7c69dc3ab0))
13+
714
## [5.0.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v4.0.1...v5.0.0) (2025-12-30)
815

916

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/functions-framework",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
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)