Skip to content

Commit

Permalink
Version 0.8.2 (#103)
Browse files Browse the repository at this point in the history
* Release 0.8.2
  • Loading branch information
DeviaVir committed May 12, 2016
1 parent 12c7eb1 commit 4793997
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Resolved a problem with the package command and a custom config file [#90](https:/motdotla/node-lambda/pull/90)
- Allow `use strict` [#86](https:/motdotla/node-lambda/pull/86)
- Updated the `env.example` file to set the default (and by AWS recommended) runtime to `nodejs4.3` [#84](https:/motdotla/node-lambda/pull/84)

## [0.8.2] - 2016-05-12
### Bugfixes
- Verify env vars before creating sample files [#99](https:/motdotla/node-lambda/pull/99)
- Fix `AWS_PUBLIS` typo [#102](https:/motdotla/node-lambda/pull/102)
### Added
- Allow checking on `process.env.environment` to context switch [#95](https:/motdotla/node-lambda/pull/95)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-lambda",
"version": "0.8.1",
"version": "0.8.2",
"description": "Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.",
"main": "lib/main.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('node-lambda', function () {
});

it('version should be set', function () {
assert.equal(lambda.version, '0.8.1');
assert.equal(lambda.version, '0.8.2');
});

describe('_params', function () {
Expand Down

0 comments on commit 4793997

Please sign in to comment.