From 8349cc651c452ebc44ef57ea960d24f0b0bfdfbc Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 22:00:46 +0000 Subject: [PATCH] chore(master): release 3.1.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe2d99f9..9a0b6573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions +## [3.1.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.0.0...v3.1.0) (2022-03-31) + + +### Features + +* Disable Express eTag response header for consistent FF behaviour across FF runtimes ([#439](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/439)) ([07668f6](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/07668f696b29f077d4ba9d0463ea994076cdab50)) + + +### Bug Fixes + +* **deps:** update dependency minimist to v1.2.6 [security] ([#432](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/432)) ([32bb723](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/32bb7236c2f82ca55d44bf564e5a2f3cb3ca494f)) + ## [3.0.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v2.1.1...v3.0.0) (2022-02-15) diff --git a/package-lock.json b/package-lock.json index f884e68a..91fac33a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/functions-framework", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-cloud/functions-framework", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "body-parser": "^1.18.3", diff --git a/package.json b/package.json index 21e1d963..ba0403c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "3.0.0", + "version": "3.1.0", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"