Skip to content

Commit 4e3c695

Browse files
committed
bump to 0.11.6
1 parent 988ab82 commit 4e3c695

File tree

4 files changed

+331
-276
lines changed

4 files changed

+331
-276
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)