From 1443da18a8f1266764f055cf9a1b4c2ee61e9c3e Mon Sep 17 00:00:00 2001 From: Huy Pham Date: Mon, 30 Mar 2020 11:07:17 -0700 Subject: [PATCH] Release v1.5.1 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8efbe7..c4826cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions +## v1.5.1 + +03-30-2020 11:05 PDT + +### Implementation Changes +- fix: handle SIGINT in ErrorHandler ([#126](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/126)) + +### New Features + +### Dependencies +- chore(deps): bump acorn from 5.7.3 to 5.7.4 ([#124](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/124)) +- chore(deps): bump minimist from 1.2.0 to 1.2.2 ([#123](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/123)) +- chore(deps): bump minimist from 1.2.2 to 1.2.3 ([#128](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/128)) + +### Documentation + +### Internal / Testing Changes + ## v1.5.0 03-06-2020 08:15 PST diff --git a/package.json b/package.json index 136ed11d..7669c0b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "1.5.0", + "version": "1.5.1", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"