Skip to content

Commit f1fa1ab

Browse files
chore(main): release 5.0.3 (#769)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2115956 commit f1fa1ab

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

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

7+
## [5.0.3](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.2...v5.0.3) (2026-06-22)
8+
9+
10+
### Bug Fixes
11+
12+
* add typesVersions so testing module resolves under classic TypeScript moduleResolution ([#770](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/770)) ([d1593c2](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/d1593c2193f0cbb9110215582f037874f141db89))
13+
* **deps:** bump path-to-regexp from 0.1.12 to 0.1.13 in /docs/esm ([#760](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/760)) ([5f58e79](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/5f58e79e2a90f8553a257ab04aa6feca34c1179d))
14+
* **deps:** bump qs, body-parser and express in /docs/esm ([#761](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/761)) ([308a16e](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/308a16e0eec2f826f2dd6cf3b75e7911cc8c55a0))
15+
716
## [5.0.2](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.1...v5.0.2) (2026-02-18)
817

918

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