From e2b4abded668f0371dbdc251f303c2d66be06d1e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Feb 2018 19:19:26 +0000 Subject: [PATCH] chore(release): version 2.1.4 [skip ci] ## [2.1.4](https://github.com/awslabs/aws-serverless-express/compare/v2.1.3...v2.1.4) (2018-02-09) ### Bug Fixes * decodes base64 requests (fixes [#64](https://github.com/awslabs/aws-serverless-express/issues/64)); added form to index view to showcase POST/PUT; move example instructions to example/README.md; update example to Node.js 6.10; added app.local.js to easily run local express ([2871acb](https://github.com/awslabs/aws-serverless-express/commit/2871acb)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 046ea419..e75b8d7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-serverless-express", - "version": "3.1.0", + "version": "2.1.4", "description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.", "keywords": [ "aws",