Skip to content

Commit

Permalink
bump to 0.18.0 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored Feb 20, 2021
1 parent ce76476 commit e7207d9
Show file tree
Hide file tree
Showing 5 changed files with 2,791 additions and 2,880 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,3 +403,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Upgrade "aws-xray-sdk-core" [#529](https://github.com/motdotla/node-lambda/pull/529)
- Fix Lambda update failure [#526](https://github.com/motdotla/node-lambda/pull/526)
- Fix typo [#527](https://github.com/motdotla/node-lambda/pull/527)

## [0.18.0] - 2021-02-19
### Features
- feat: support nodejs14.x runtime [#553](https://github.com/motdotla/node-lambda/pull/553)
- Upgrade Mocha to fix high sev vulnerability. [#551](https://github.com/motdotla/node-lambda/pull/551)
- docs: add a note to the README about deploying container image [#549](https://github.com/motdotla/node-lambda/pull/549)
- Support npm7 #[550](https://github.com/motdotla/node-lambda/pull/550)
- feat: support for 'ImageUri' parameter [#548](https://github.com/motdotla/node-lambda/pull/548)
- upgrade 'commander' to 7 [#547](https://github.com/motdotla/node-lambda/pull/547)
- ci: add 'fail-fast: false' setting #[546](https://github.com/motdotla/node-lambda/pull/546)
- use starsWith instead of indexOf [#545](https://github.com/motdotla/node-lambda/pull/545)
- Upgrade 'standard' [#543](https://github.com/motdotla/node-lambda/pull/543)
- Update S3_LOCATION_POSSIBLE_VALUES [#542](https://github.com/motdotla/node-lambda/pull/542)
- Bump bl from 4.0.2 to 4.0.3 [#541](https://github.com/motdotla/node-lambda/pull/541)
- Add description of vpc options [#540](https://github.com/motdotla/node-lambda/pull/540)
- Upgrade packages [#538](https://github.com/motdotla/node-lambda/pull/538)
- Bump lodash from 4.17.15 to 4.17.19 [#536](https://github.com/motdotla/node-lambda/pull/536)
- Add build badge in README [#534](https://github.com/motdotla/node-lambda/pull/534)
2 changes: 1 addition & 1 deletion 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.17.0",
"version": "0.18.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 @@ -148,7 +148,7 @@ describe('lib/main', function () {
})

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

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

0 comments on commit e7207d9

Please sign in to comment.