diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ddb331d..ad03b8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [3.3.4](https://github.com/awslabs/aws-serverless-express/compare/v3.3.3...v3.3.4) (2018-08-19) + + +### Bug Fixes + +* update example to use 3.3.3 ([bc7bdaf](https://github.com/awslabs/aws-serverless-express/commit/bc7bdaf)) + ## [3.3.3](https://github.com/awslabs/aws-serverless-express/compare/v3.3.2...v3.3.3) (2018-08-16) diff --git a/package.json b/package.json index 5827ea25..f71940a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-serverless-express", - "version": "3.3.3", + "version": "3.3.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",