File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -240,3 +240,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
240240- Update package-lock.json [ #328 ] ( https://github.com/motdotla/node-lambda/pull/328 )
241241- Remove ` _rsync ` [ #329 ] ( https://github.com/motdotla/node-lambda/pull/329 )
242242- Bugfixed that mode of file changes when zip is created [ #335 ] ( https://github.com/motdotla/node-lambda/pull/335 )
243+
244+ ## [ 0.11.2] - 2017-07-05
245+ ### Features
246+ - Fix to deprecated the ` configFile ` option in the ` pacakage ` command [ #344 ] ( https://github.com/motdotla/node-lambda/pull/344 )
247+
248+ ### Bugfixes
249+ - Fix to set boolean in params.Publish [ #346 ] ( https://github.com/motdotla/node-lambda/pull/346 )
Original file line number Diff line number Diff line change 11{
22 "name" : " node-lambda" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.11.2 " ,
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 @@ -126,7 +126,7 @@ describe('lib/main', function () {
126126 } )
127127
128128 it ( 'version should be set' , ( ) => {
129- assert . equal ( lambda . version , '0.11.1 ' )
129+ assert . equal ( lambda . version , '0.11.2 ' )
130130 } )
131131
132132 describe ( '_codeDirectory' , ( ) => {
You can’t perform that action at this time.
0 commit comments