Skip to content

Commit 2f8be30

Browse files
chore(master): release 3.2.1 (#546)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 51f20a4 commit 2f8be30

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

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

7+
## [3.2.1](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.2.0...v3.2.1) (2023-06-20)
8+
9+
10+
### Bug Fixes
11+
12+
* module resolution returns early and accurate error messages on failure ([#534](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/534)) ([51f20a4](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/51f20a48b2c120715301c70c91c6e22443f545ff))
13+
714
## [3.2.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.1.3...v3.2.0) (2023-04-07)
815

916

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