Skip to content

Commit

Permalink
chore(master): release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 2, 2023
1 parent b43093b commit 95f9002
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 95f9002

Please sign in to comment.