Skip to content

Commit

Permalink
bump to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DeviaVir committed Jul 7, 2017
1 parent 9573cb6 commit 583fe98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Bugfixes
- Fix to set boolean in params.Publish [#346](https://github.com/motdotla/node-lambda/pull/346)

## [0.11.3] - 2017-07-07
### Features
- Fix symlink at zip [#348](https://github.com/motdotla/node-lambda/pull/348)
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.2",
"version": "0.11.3",
"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.2')
assert.equal(lambda.version, '0.11.3')
})

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

0 comments on commit 583fe98

Please sign in to comment.