Skip to content

Commit c561a7a

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2020-07-24) ### Bug Fixes * **ApiGatewayProxyHandler:** use implicit type for decorator ([9ada1b1](9ada1b1))
1 parent a0b4404 commit c561a7a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.1](https://github.com/enter-at/node-aws-lambda-handlers/compare/v2.0.0...v2.0.1) (2020-07-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **ApiGatewayProxyHandler:** use implicit type for decorator ([9ada1b1](https://github.com/enter-at/node-aws-lambda-handlers/commit/9ada1b1c1e07b0dc9e8359d3486289f0af96e6c0))
7+
18
# [2.0.0](https://github.com/enter-at/node-aws-lambda-handlers/compare/v1.2.0...v2.0.0) (2020-07-23)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enter-at/lambda-handlers",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "An opinionated Typescript package that facilitates specifying AWS Lambda handlers including input validation, error handling and response formatting.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)