Skip to content

Commit 55e8e7c

Browse files
authored
bump to 0.19.1 (#565)
1 parent 8faf007 commit 55e8e7c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,3 +425,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
425425
## [0.19.0] - 2021-03-30
426426
### Features
427427
- feat: support `--no-optional` option in npm install [#557](https://github.com/motdotla/node-lambda/pull/557)
428+
429+
## [0.19.1] - 2021-04-24
430+
### Bugfixes
431+
- Fix errors caused by old proxy-agent [#564](https://github.com/motdotla/node-lambda/pull/564)

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.19.0",
3+
"version": "0.19.1",
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.19.0')
152+
assert.equal(lambda.version, '0.19.1')
153153
})
154154

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

0 commit comments

Comments
 (0)