Skip to content

Commit 10f1e21

Browse files
authored
bump to 0.22.0 (#600)
1 parent ae78fb1 commit 10f1e21

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,3 +444,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
444444
## [0.21.0] - 2021-11-10
445445
### Features
446446
- feat: support for yarn [#581](https://github.com/motdotla/node-lambda/pull/581)
447+
448+
## [0.22.0] - 2022-02-17
449+
### Features
450+
- Support for Architectures parameter [#591](https://github.com/motdotla/node-lambda/pull/591)
451+
### Bugfixes
452+
- fix: skip installing the package, when there is no `package.json` [#589](https://github.com/motdotla/node-lambda/pull/589)

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.21.0",
3+
"version": "0.22.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
@@ -151,7 +151,7 @@ describe('lib/main', function () {
151151
})
152152

153153
it('version should be set', () => {
154-
assert.equal(lambda.version, '0.21.0')
154+
assert.equal(lambda.version, '0.22.0')
155155
})
156156

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

0 commit comments

Comments
 (0)