Skip to content

Commit

Permalink
bump to 0.13.0 (motdotla#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored and DeviaVir committed Nov 15, 2018
1 parent a650f78 commit 3b9edba
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 193 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Log result of an async handler method by resolving promise if a promise [#440](https://github.com/motdotla/node-lambda/pull/440)
- Fix to display return value of handler [#427](https://github.com/motdotla/node-lambda/pull/427)
- Fix to set array when same bucket [#423](https://github.com/motdotla/node-lambda/pull/423)

## [0.13.0] - 2018-11-15
### Features
- Drop nodejs4.3 [#469](https://github.com/motdotla/node-lambda/pull/469)
- Update maximum timeout value from 300 to 900 [#465](https://github.com/motdotla/node-lambda/pull/465)
- Modify to follow the rules of the new 'standard' [#463](https://github.com/motdotla/node-lambda/pull/463)
- Add 'osx' to CI os [#464](https://github.com/motdotla/node-lambda/pull/464)
- Update CI test to LTS version [#462](https://github.com/motdotla/node-lambda/pull/462)
- Upgrade `archiver` [#460](https://github.com/motdotla/node-lambda/pull/460)

### Bugfixes
- Fix value of StartingPosition [#467](https://github.com/motdotla/node-lambda/pull/467)
Loading

0 comments on commit 3b9edba

Please sign in to comment.