Skip to content

Commit e6d9e69

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2020-07-14) ### Bug Fixes * **APIGatewayProxyHandler:** fix linter issues ([e581bdb](e581bdb)) ### Features * **tests:** add tests for error responses ([e506a2f](e506a2f))
1 parent d96a1a4 commit e6d9e69

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.2.0](https://github.com/enter-at/node-aws-lambda-handlers/compare/v1.1.1...v1.2.0) (2020-07-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **APIGatewayProxyHandler:** fix linter issues ([e581bdb](https://github.com/enter-at/node-aws-lambda-handlers/commit/e581bdbec70d4d48e5c67b6240d79d2017192fb9))
7+
8+
9+
### Features
10+
11+
* **tests:** add tests for error responses ([e506a2f](https://github.com/enter-at/node-aws-lambda-handlers/commit/e506a2ffd712cacb2e3c6c2cd8674a7815909702))
12+
113
## [1.1.1](https://github.com/enter-at/aws-node/compare/v1.1.0...v1.1.1) (2020-05-25)
214

315

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": "1.1.1",
3+
"version": "1.2.0",
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)