Skip to content

Commit 927e82b

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.2...v2.1.0) (2020-11-12) ### Bug Fixes * **ci:** update release token ([3c27ec0](3c27ec0)) ### Features * **errors:** add unprocessable entity error handling ([2b97792](2b97792))
1 parent 3c27ec0 commit 927e82b

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+
# [2.1.0](https://github.com/enter-at/node-aws-lambda-handlers/compare/v2.0.2...v2.1.0) (2020-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** update release token ([3c27ec0](https://github.com/enter-at/node-aws-lambda-handlers/commit/3c27ec0e45ac84ffca9ce93264b373577c10a54c))
7+
8+
9+
### Features
10+
11+
* **errors:** add unprocessable entity error handling ([2b97792](https://github.com/enter-at/node-aws-lambda-handlers/commit/2b97792ba18667214d910452c513472eb91681ed))
12+
113
## [2.0.2](https://github.com/enter-at/node-aws-lambda-handlers/compare/v2.0.1...v2.0.2) (2020-07-24)
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": "2.0.2",
3+
"version": "2.1.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)