Skip to content

Commit

Permalink
bump to 0.11.2
Browse files Browse the repository at this point in the history
- Fix to deprecated the `configFile` option in the `pacakage` command
[#344](#344)

- Fix to set boolean in params.Publish
[#346](#346)
  • Loading branch information
DeviaVir committed Jul 5, 2017
1 parent b43cacd commit d78dc4c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Update package-lock.json [#328](https://github.com/motdotla/node-lambda/pull/328)
- Remove `_rsync` [#329](https://github.com/motdotla/node-lambda/pull/329)
- Bugfixed that mode of file changes when zip is created [#335](https://github.com/motdotla/node-lambda/pull/335)

## [0.11.2] - 2017-07-05
### Features
- Fix to deprecated the `configFile` option in the `pacakage` command [#344](https://github.com/motdotla/node-lambda/pull/344)

### Bugfixes
- Fix to set boolean in params.Publish [#346](https://github.com/motdotla/node-lambda/pull/346)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-lambda",
"version": "0.11.1",
"version": "0.11.2",
"description": "Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.",
"main": "lib/main.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('lib/main', function () {
})

it('version should be set', () => {
assert.equal(lambda.version, '0.11.1')
assert.equal(lambda.version, '0.11.2')
})

describe('_codeDirectory', () => {
Expand Down

0 comments on commit d78dc4c

Please sign in to comment.