File tree Expand file tree Collapse file tree 4 files changed +331
-276
lines changed Expand file tree Collapse file tree 4 files changed +331
-276
lines changed Original file line number Diff line number Diff line change @@ -289,3 +289,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
289289- Set docker run working directory so npm install works [ #381 ] ( https://github.com/motdotla/node-lambda/pull/381 )
290290- Change short option of ` --tracingConfig ` to ` -c ` [ #385 ] ( https://github.com/motdotla/node-lambda/pull/385 )
291291- Fix to use Proxy when run locally [ #389 ] ( https://github.com/motdotla/node-lambda/pull/389 )
292+
293+ ## [ 0.11.6] - 2018-01-07
294+ ### Features
295+ - Refactoring lib/main.js [ #398 ] ( https://github.com/motdotla/node-lambda/pull/398 )
296+ - Remove unnecessary ` return this ` for constructor [ #399 ] ( https://github.com/motdotla/node-lambda/pull/399 )
297+ - Remove unnecessary try-cache [ #401 ] ( https://github.com/motdotla/node-lambda/pull/401 )
298+ - Add event_sources.json to setup message [ #402 ] ( https://github.com/motdotla/node-lambda/pull/402 )
299+ - Modify using template literals [ #403 ] ( https://github.com/motdotla/node-lambda/pull/403 )
300+ - Remove unnecessary promise chain [ #404 ] ( https://github.com/motdotla/node-lambda/pull/404 )
301+ - Local/Cloud flag [ #405 ] ( https://github.com/motdotla/node-lambda/pull/405 )
You can’t perform that action at this time.
0 commit comments