diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecf653f..e9d6d87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions +## [5.0.2](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.1...v5.0.2) (2026-02-18) + + +### Bug Fixes + +* 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)) +* **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)) + ## [5.0.1](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.0...v5.0.1) (2026-02-06) diff --git a/package-lock.json b/package-lock.json index 4576ec6c..89ec6ce2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/functions-framework", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@google-cloud/functions-framework", - "version": "5.0.1", + "version": "5.0.2", "license": "Apache-2.0", "dependencies": { "@types/express": "^5.0.0", diff --git a/package.json b/package.json index c835d775..b764cbbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "5.0.1", + "version": "5.0.2", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"