File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -73,3 +73,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7373### Bugs
7474- Displaying ` node-lambda -h ` returned an error [ #127 ] ( https://github.com/motdotla/node-lambda/issues/127 )
7575- NPM overwrites ` $TMPDIR ` [ #134 ] ( https://github.com/motdotla/node-lambda/issues/134 )
76+
77+ ## [ 0.8.9] - 2016-09-06
78+ ### Bugs
79+ - The above mentioned fix for issue [ #127 ] ( https://github.com/motdotla/node-lambda/issues/127 ) exposed a commander bug, reverted the change
80+ - Do not exclude package.json, even when specified in excludeGlobs [ #141 ] ( https://github.com/motdotla/node-lambda/pull/141 )
Original file line number Diff line number Diff line change 11{
22 "name" : " node-lambda" ,
3- "version" : " 0.8.8 " ,
3+ "version" : " 0.8.9 " ,
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 @@ -36,7 +36,7 @@ describe('node-lambda', function () {
3636 } ) ;
3737
3838 it ( 'version should be set' , function ( ) {
39- assert . equal ( lambda . version , '0.8.8 ' ) ;
39+ assert . equal ( lambda . version , '0.8.9 ' ) ;
4040 } ) ;
4141
4242 describe ( '_params' , function ( ) {
You can’t perform that action at this time.
0 commit comments