Skip to content

Commit 62e6630

Browse files
authored
bump to 0.8.10 (#155)
1 parent 1d6405a commit 62e6630

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
@@ -78,3 +78,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7878
### Bugs
7979
- The above mentioned fix for issue [#127](https://github.com/motdotla/node-lambda/issues/127) exposed a commander bug, reverted the change
8080
- Do not exclude package.json, even when specified in excludeGlobs [#141](https://github.com/motdotla/node-lambda/pull/141)
81+
82+
## [0.8.10] - 2016-09-20
83+
### Features
84+
- We are now passing the environment string to the post install script [#154](https://github.com/motdotla/node-lambda/pull/154)

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.9",
3+
"version": "0.8.10",
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
@@ -36,7 +36,7 @@ describe('node-lambda', function () {
3636
});
3737

3838
it('version should be set', function () {
39-
assert.equal(lambda.version, '0.8.9');
39+
assert.equal(lambda.version, '0.8.10');
4040
});
4141

4242
describe('_params', function () {

0 commit comments

Comments
 (0)