From 9e1d79580577ce605e99f7a2548179097d9d8ba5 Mon Sep 17 00:00:00 2001 From: Chase Sillevis Date: Tue, 20 Sep 2016 16:04:20 +0200 Subject: [PATCH] bump to 0.8.10 --- CHANGELOG.md | 4 ++++ package.json | 2 +- test/main.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6eef9c..a4f2e163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,3 +78,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Bugs - The above mentioned fix for issue [#127](https://github.com/motdotla/node-lambda/issues/127) exposed a commander bug, reverted the change - Do not exclude package.json, even when specified in excludeGlobs [#141](https://github.com/motdotla/node-lambda/pull/141) + +## [0.8.10] - 2016-09-20 +### Features +- We are now passing the environment string to the post install script [#154](https://github.com/motdotla/node-lambda/pull/154) diff --git a/package.json b/package.json index ad9d320e..85f0eb4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-lambda", - "version": "0.8.9", + "version": "0.8.10", "description": "Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.", "main": "lib/main.js", "directories": { diff --git a/test/main.js b/test/main.js index 396cf3fa..9feb9342 100644 --- a/test/main.js +++ b/test/main.js @@ -36,7 +36,7 @@ describe('node-lambda', function () { }); it('version should be set', function () { - assert.equal(lambda.version, '0.8.9'); + assert.equal(lambda.version, '0.8.10'); }); describe('_params', function () {