From 2b76b2ecc0bfcf676ea0d13fd7e12603177a109c Mon Sep 17 00:00:00 2001 From: Jeremy Thomerson Date: Sat, 10 Sep 2016 16:54:36 -0400 Subject: [PATCH] Version bump: 0.9.1 Fixes eslint rule compatibility that was not causing an actual issue in production. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e70feac..da12ced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-plugin-multiple-responses", - "version": "0.9.0", + "version": "0.9.1", "description": "Plugin for the SLS 1.x branch to allow for multiple response mappings.", "main": "src/index.js", "scripts": {