From 26f49e53dd4a68923a3d54cf38721a9dc193b055 Mon Sep 17 00:00:00 2001 From: Huy Pham <11185878+hdp617@users.noreply.github.com> Date: Mon, 10 Aug 2020 11:13:51 -0700 Subject: [PATCH] Release v1.7.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d209823..cbf8c8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ [1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions +## v1.7.1 + +08-10-2020 11:13 PDT + +### Implementation Changes +- fix: Don't call function after 404 on /{robots.txt,favicon.ico} ([#193](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/193)) + +### New Features + +### Dependencies +- chore(deps): update dependency mocha to v8.1.1 ([#194](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/194)) +- chore: remove tslint.json ([#190](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/190)) + +### Documentation + +### Internal / Testing Changes + ## v1.7.0 08-06-2020 12:01 PDT diff --git a/package.json b/package.json index 13ecfeb0..199ed3a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "1.7.0", + "version": "1.7.1", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"