Skip to content

Commit e2b83dd

Browse files
chore(release): 2.0.2 [skip ci]
## [2.0.2](v2.0.1...v2.0.2) (2020-07-24) ### Bug Fixes * **BaseHandler:** ensure function scope ([34b2dac](34b2dac))
1 parent 34b2dac commit e2b83dd

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.2](https://github.com/enter-at/node-aws-lambda-handlers/compare/v2.0.1...v2.0.2) (2020-07-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **BaseHandler:** ensure function scope ([34b2dac](https://github.com/enter-at/node-aws-lambda-handlers/commit/34b2dacac1961cdaa56c3db2c027883cf49d8474))
7+
18
## [2.0.1](https://github.com/enter-at/node-aws-lambda-handlers/compare/v2.0.0...v2.0.1) (2020-07-24)
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.1",
3+
"version": "2.0.2",
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)