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 @@ -64,3 +64,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6464- rsync should not exclude node_modules when using --prebuiltDirectory. [ #122 ] ( https://github.com/motdotla/node-lambda/pull/122 )
6565- Set environment variables _ before_ requiring module [ #137 ] ( https://github.com/motdotla/node-lambda/pull/137 )
6666- Typo fix publish when updating existing function [ #138 ] ( https://github.com/motdotla/node-lambda/pull/138 )
67+
68+ ## [ 0.8.8] - 2016-09-02
69+ ### Features
70+ - Support AWS_PROFILE and de-duped a few CLI options [ #144 ] ( https://github.com/motdotla/node-lambda/pull/144 )
71+ - ` wrench ` was deprecated and has been replaced by ` fs-extra ` [ #146 ] ( https://github.com/motdotla/node-lambda/pull/146 )
72+
73+ ### Bugs
74+ - Displaying ` node-lambda -h ` returned an error [ #127 ] ( https://github.com/motdotla/node-lambda/issues/127 )
75+ - NPM overwrites ` $TMPDIR ` [ #134 ] ( https://github.com/motdotla/node-lambda/issues/134 )
Original file line number Diff line number Diff line change 11{
22 "name" : " node-lambda" ,
3- "version" : " 0.8.7 " ,
3+ "version" : " 0.8.8 " ,
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.7 ' ) ;
39+ assert . equal ( lambda . version , '0.8.8 ' ) ;
4040 } ) ;
4141
4242 describe ( '_params' , function ( ) {
You can’t perform that action at this time.
0 commit comments