Skip to content

Commit 583fe98

Browse files
committed
bump to 0.11.3
1 parent 9573cb6 commit 583fe98

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
247247

248248
### Bugfixes
249249
- Fix to set boolean in params.Publish [#346](https://github.com/motdotla/node-lambda/pull/346)
250+
251+
## [0.11.3] - 2017-07-07
252+
### Features
253+
- Fix symlink at zip [#348](https://github.com/motdotla/node-lambda/pull/348)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-lambda",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
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": {

test/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.2')
129+
assert.equal(lambda.version, '0.11.3')
130130
})
131131

132132
describe('_codeDirectory', () => {

0 commit comments

Comments
 (0)