diff --git a/CHANGELOG.md b/CHANGELOG.md index 6520dd48..fe2d99f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions +## [3.0.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v2.1.1...v3.0.0) (2022-02-15) + + +### ⚠ BREAKING CHANGES + +* send correct response code on exception (#427) + +### Bug Fixes + +* send correct response code on exception ([#427](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/427)) ([5d996fe](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/5d996fe00fa79800046fe682764b87e3e096d67f)) + ### [2.1.1](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v2.1.0...v2.1.1) (2022-02-01) diff --git a/package-lock.json b/package-lock.json index 6a6f3834..cd1a9181 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/functions-framework", - "version": "2.1.1", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-cloud/functions-framework", - "version": "2.1.1", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "body-parser": "^1.18.3", diff --git a/package.json b/package.json index ae601bdf..179ab5cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "2.1.1", + "version": "3.0.0", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"