Skip to content

Commit ce7f753

Browse files
authored
bump to 0.8.15 (#207)
1 parent 868e887 commit ce7f753

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

116116
### Bugfixes
117117
- Fix unit test failure at travis [#198](https://github.com/motdotla/node-lambda/pull/198)
118+
119+
## [0.8.15] - 2017-03-28
120+
### Features
121+
- Added DeadLetterConfig parameter [#206](https://github.com/motdotla/node-lambda/pull/206)
122+
123+
### Bugfixes
124+
- Fix default value of EVENT_SOURCE_FILE set '' [#205](https://github.com/motdotla/node-lambda/pull/205)
125+
- Removed event_sources.json [#204](https://github.com/motdotla/node-lambda/pull/204)
126+
- Add -S, --eventSourceFile option. [#203](https://github.com/motdotla/node-lambda/pull/203)

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.8.14",
3+
"version": "0.8.15",
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
@@ -37,7 +37,7 @@ describe('node-lambda', function () {
3737
});
3838

3939
it('version should be set', function () {
40-
assert.equal(lambda.version, '0.8.14');
40+
assert.equal(lambda.version, '0.8.15');
4141
});
4242

4343
describe('_params', function () {

0 commit comments

Comments
 (0)