Skip to content

Commit be9d590

Browse files
committed
bump to 0.8.5 (#109)
1 parent 83690e1 commit be9d590

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
@@ -41,3 +41,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4141
## [0.8.4] - 2016-05-20
4242
### Bugfixes
4343
- Added extra quotes around the parsed environment [#106](https://github.com/motdotla/node-lambda/pull/106)
44+
45+
## [0.8.5] - 2016-05-27
46+
### Adjustment
47+
- Extremely verbose NPM installs could crash node-lambda's buffer [#108](https://github.com/motdotla/node-lambda/pull/108)

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.4",
3+
"version": "0.8.5",
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
@@ -34,7 +34,7 @@ describe('node-lambda', function () {
3434
});
3535

3636
it('version should be set', function () {
37-
assert.equal(lambda.version, '0.8.4');
37+
assert.equal(lambda.version, '0.8.5');
3838
});
3939

4040
describe('_params', function () {

0 commit comments

Comments
 (0)