Skip to content

Commit 435c6bd

Browse files
authored
bump to 0.21.0 (#586)
1 parent 0f70793 commit 435c6bd

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,3 +440,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
440440
- fix(_uploadExisting): fix function update errors [#575](https://github.com/motdotla/node-lambda/pull/575)
441441
- test: fix npm install test failing in some cases [#569](https://github.com/motdotla/node-lambda/pull/569)
442442
- Clean the tmp dir during `_archivePrebuilt` to match `_buildAndArchive` behavior [#518](https://github.com/motdotla/node-lambda/pull/518)
443+
444+
## [0.21.0] - 2021-11-10
445+
### Features
446+
- feat: support for yarn [#581](https://github.com/motdotla/node-lambda/pull/581)

package-lock.json

Lines changed: 2 additions & 2 deletions
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.20.0",
3+
"version": "0.21.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
@@ -150,7 +150,7 @@ describe('lib/main', function () {
150150
})
151151

152152
it('version should be set', () => {
153-
assert.equal(lambda.version, '0.20.0')
153+
assert.equal(lambda.version, '0.21.0')
154154
})
155155

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

0 commit comments

Comments
 (0)