From 42a5501f2ef393461e6d53c4ab28ab343d83044b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Apr 2018 19:42:47 +0000 Subject: [PATCH] chore(release): version 3.2.0 [skip ci] # [3.2.0](https://github.com/awslabs/aws-serverless-express/compare/v3.1.3...v3.2.0) (2018-04-10) ### Bug Fixes * **example:** add ca-central-1 to list of regions available ([#133](https://github.com/awslabs/aws-serverless-express/issues/133)) ([8cfd094](https://github.com/awslabs/aws-serverless-express/commit/8cfd094)) ### Features * **binary:** allow wildcards and extensions in binary types ([#136](https://github.com/awslabs/aws-serverless-express/issues/136)) ([8879cf3](https://github.com/awslabs/aws-serverless-express/commit/8879cf3)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a752f24..88a45d59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-serverless-express", - "version": "3.1.3", + "version": "3.2.0", "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",