diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d931c1d0..5a672b2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions +## [3.2.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.1.3...v3.2.0) (2023-03-02) + + +### Features + +* configure security score card action ([#509](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/509)) ([1e63fd0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/1e63fd04c12a3f4f7307deda2810f64dd56fc390)) + + +### Bug Fixes + +* make renovatebot's ignorePath and grouping of non-major updates work correctly ([#505](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/505)) ([e4f3c57](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/e4f3c571ecdfde583bb035341cceeb0aa508d29b)) +* remove default fallback when target function does not exist ([#497](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/497)) ([f3325d3](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/f3325d3e16ab3a43a1fd54fc08388c114e4fe2d7)) + ## [3.1.3](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.1.2...v3.1.3) (2022-11-17) diff --git a/package-lock.json b/package-lock.json index 01b738c84..a1e1c9bf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/functions-framework", - "version": "3.1.3", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-cloud/functions-framework", - "version": "3.1.3", + "version": "3.2.0", "license": "Apache-2.0", "dependencies": { "@types/express": "4.17.13", diff --git a/package.json b/package.json index b3702821f..a722a8414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "3.1.3", + "version": "3.2.0", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"