Skip to content

Commit

Permalink
bump to 0.19.1 (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored Apr 24, 2021
1 parent 8faf007 commit 55e8e7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,3 +425,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [0.19.0] - 2021-03-30
### Features
- feat: support `--no-optional` option in npm install [#557](https://github.com/motdotla/node-lambda/pull/557)

## [0.19.1] - 2021-04-24
### Bugfixes
- Fix errors caused by old proxy-agent [#564](https://github.com/motdotla/node-lambda/pull/564)
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.19.0",
"version": "0.19.1",
"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 @@ -149,7 +149,7 @@ describe('lib/main', function () {
})

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

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

0 comments on commit 55e8e7c

Please sign in to comment.