Skip to content

Commit d3064bd

Browse files
chore(master): release 3.2.0 (#502)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8438a22 commit d3064bd

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

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

7+
## [3.2.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.1.3...v3.2.0) (2023-04-07)
8+
9+
10+
### Features
11+
12+
* 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))
13+
14+
15+
### Bug Fixes
16+
17+
* 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))
18+
* 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))
19+
720
## [3.1.3](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.1.2...v3.1.3) (2022-11-17)
821

922

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/functions-framework",
3-
"version": "3.1.3",
3+
"version": "3.2.0",
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)