Skip to content

Commit

Permalink
bump to 0.22.0 (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored Feb 17, 2022
1 parent ae78fb1 commit 10f1e21
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,3 +444,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [0.21.0] - 2021-11-10
### Features
- feat: support for yarn [#581](https://github.com/motdotla/node-lambda/pull/581)

## [0.22.0] - 2022-02-17
### Features
- Support for Architectures parameter [#591](https://github.com/motdotla/node-lambda/pull/591)
### Bugfixes
- fix: skip installing the package, when there is no `package.json` [#589](https://github.com/motdotla/node-lambda/pull/589)
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.21.0",
"version": "0.22.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 @@ -151,7 +151,7 @@ describe('lib/main', function () {
})

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

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

0 comments on commit 10f1e21

Please sign in to comment.