Skip to content

Commit a40df77

Browse files
authored
bump to 0.19.0 (#558)
1 parent fbdfbf9 commit a40df77

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,3 +421,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
421421
- Upgrade packages [#538](https://github.com/motdotla/node-lambda/pull/538)
422422
- Bump lodash from 4.17.15 to 4.17.19 [#536](https://github.com/motdotla/node-lambda/pull/536)
423423
- Add build badge in README [#534](https://github.com/motdotla/node-lambda/pull/534)
424+
425+
## [0.19.0] - 2021-03-30
426+
### Features
427+
- feat: support `--no-optional` option in npm install [#557](https://github.com/motdotla/node-lambda/pull/557)

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.18.0",
3+
"version": "0.19.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
@@ -149,7 +149,7 @@ describe('lib/main', function () {
149149
})
150150

151151
it('version should be set', () => {
152-
assert.equal(lambda.version, '0.18.0')
152+
assert.equal(lambda.version, '0.19.0')
153153
})
154154

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

0 commit comments

Comments
 (0)