Skip to content

Commit

Permalink
bump to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeviaVir committed Feb 12, 2020
1 parent d9862cd commit d0210d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,3 +382,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Modify unit tests [#501](https://github.com/motdotla/node-lambda/pull/501)
- Fix GitHub Actions workflow [#500](https://github.com/motdotla/node-lambda/pull/500)
- Add GitHub Actions workflow [#499](https://github.com/motdotla/node-lambda/pull/499)

## [0.16.0] - 2020-02-12
### Features
- Remove osx from travis [#513](https://github.com/motdotla/node-lambda/pull/513)
- Drop nodejs8.10 from runtime [#516](https://github.com/motdotla/node-lambda/pull/516)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.15.0",
"version": "0.16.0",
"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 @@ -148,7 +148,7 @@ describe('lib/main', function () {
})

it('version should be set', () => {
assert.equal(lambda.version, '0.15.0')
assert.equal(lambda.version, '0.16.0')
})

describe('_codeDirectory', () => {
Expand Down

0 comments on commit d0210d6

Please sign in to comment.