diff --git a/CHANGELOG.md b/CHANGELOG.md index 564b78c4..05f5279a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions +## [3.1.2](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.1.1...v3.1.2) (2022-06-06) + + +### Bug Fixes + +* TypeScript exports in package.json ([#461](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/461)) ([3596068](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/3596068cd3d5822773641f3e8b63acdb087ca55a)) + ### [3.1.1](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.1.0...v3.1.1) (2022-04-22) diff --git a/package-lock.json b/package-lock.json index 394af687..6a3a8b3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/functions-framework", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-cloud/functions-framework", - "version": "3.1.1", + "version": "3.1.2", "license": "Apache-2.0", "dependencies": { "@types/express": "4.17.13", diff --git a/package.json b/package.json index 23156123..2c6d1309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "3.1.1", + "version": "3.1.2", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"