Skip to content

Commit 255019d

Browse files
chore(main): release 5.0.2 (#740)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8d3ac85 commit 255019d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions
66

7+
## [5.0.2](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.1...v5.0.2) (2026-02-18)
8+
9+
10+
### Bug Fixes
11+
12+
* correct deprecated API usage and source comment typos ([#741](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/741)) ([8d3ac85](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/8d3ac85c53c18b75d9e0da4ffdce797180d4d901))
13+
* **deps:** bump qs from 6.14.1 to 6.15.0 ([#739](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/739)) ([6c6b444](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/6c6b44411cc069e624e611dce463e1ac00f0ae2c))
14+
715
## [5.0.1](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.0...v5.0.1) (2026-02-06)
816

917

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.1",
3+
"version": "5.0.2",
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)