From 6373ea0d81c216d1d95c196ce5887f2a5d73b6cc Mon Sep 17 00:00:00 2001 From: Rishi Sharma Date: Thu, 6 Jun 2019 16:12:07 -0700 Subject: [PATCH] Creating a new RElease v1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ab05a03..4dc7b0df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "1.1.0", + "version": "1.1.1", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"