From e60c130d0c26c6a22008bf7e76a6876adea4f4c9 Mon Sep 17 00:00:00 2001 From: Lukas Berger Date: Mon, 29 Jul 2019 14:24:07 -0700 Subject: [PATCH] Increment package version to 1.2.1. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd2cdc03..29282700 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 046529e9..eda3a4d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "1.2.0", + "version": "1.2.1", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"