From 0c1a0f7d00ceda7af5ebaa6ff516e1670e7aa193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A9rault?= Date: Fri, 7 Jun 2019 14:43:42 +0200 Subject: [PATCH] v5.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 516f23255..a919dcdff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-offline", - "version": "5.1.0", + "version": "5.1.1", "description": "Emulate AWS λ and API Gateway locally when developing your Serverless project", "license": "MIT", "main": "src/index.js",