File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -115,3 +115,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
115115
116116### Bugfixes
117117- Fix unit test failure at travis [ #198 ] ( https://github.com/motdotla/node-lambda/pull/198 )
118+
119+ ## [ 0.8.15] - 2017-03-28
120+ ### Features
121+ - Added DeadLetterConfig parameter [ #206 ] ( https://github.com/motdotla/node-lambda/pull/206 )
122+
123+ ### Bugfixes
124+ - Fix default value of EVENT_SOURCE_FILE set '' [ #205 ] ( https://github.com/motdotla/node-lambda/pull/205 )
125+ - Removed event_sources.json [ #204 ] ( https://github.com/motdotla/node-lambda/pull/204 )
126+ - Add -S, --eventSourceFile option. [ #203 ] ( https://github.com/motdotla/node-lambda/pull/203 )
Original file line number Diff line number Diff line change 11{
22 "name" : " node-lambda" ,
3- "version" : " 0.8.14 " ,
3+ "version" : " 0.8.15 " ,
44 "description" : " Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda." ,
55 "main" : " lib/main.js" ,
66 "directories" : {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ describe('node-lambda', function () {
3737 } ) ;
3838
3939 it ( 'version should be set' , function ( ) {
40- assert . equal ( lambda . version , '0.8.14 ' ) ;
40+ assert . equal ( lambda . version , '0.8.15 ' ) ;
4141 } ) ;
4242
4343 describe ( '_params' , function ( ) {
You can’t perform that action at this time.
0 commit comments