Skip to content

Commit

Permalink
bump to 0.21.0 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Nov 12, 2021
1 parent 0f70793 commit 435c6bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,3 +440,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- fix(_uploadExisting): fix function update errors [#575](https://github.com/motdotla/node-lambda/pull/575)
- test: fix npm install test failing in some cases [#569](https://github.com/motdotla/node-lambda/pull/569)
- Clean the tmp dir during `_archivePrebuilt` to match `_buildAndArchive` behavior [#518](https://github.com/motdotla/node-lambda/pull/518)

## [0.21.0] - 2021-11-10
### Features
- feat: support for yarn [#581](https://github.com/motdotla/node-lambda/pull/581)
4 changes: 2 additions & 2 deletions 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.20.0",
"version": "0.21.0",
"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 @@ -150,7 +150,7 @@ describe('lib/main', function () {
})

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

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

0 comments on commit 435c6bd

Please sign in to comment.