Skip to content

Commit d0210d6

Browse files
committed
bump to 0.16.0
1 parent d9862cd commit d0210d6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,3 +382,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
382382
- Modify unit tests [#501](https://github.com/motdotla/node-lambda/pull/501)
383383
- Fix GitHub Actions workflow [#500](https://github.com/motdotla/node-lambda/pull/500)
384384
- Add GitHub Actions workflow [#499](https://github.com/motdotla/node-lambda/pull/499)
385+
386+
## [0.16.0] - 2020-02-12
387+
### Features
388+
- Remove osx from travis [#513](https://github.com/motdotla/node-lambda/pull/513)
389+
- Drop nodejs8.10 from runtime [#516](https://github.com/motdotla/node-lambda/pull/516)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

150150
it('version should be set', () => {
151-
assert.equal(lambda.version, '0.15.0')
151+
assert.equal(lambda.version, '0.16.0')
152152
})
153153

154154
describe('_codeDirectory', () => {

0 commit comments

Comments
 (0)