Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 12, 2020
1 parent 3c27ec0 commit 927e82b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.1.0](https://github.com/enter-at/node-aws-lambda-handlers/compare/v2.0.2...v2.1.0) (2020-11-12)


### Bug Fixes

* **ci:** update release token ([3c27ec0](https://github.com/enter-at/node-aws-lambda-handlers/commit/3c27ec0e45ac84ffca9ce93264b373577c10a54c))


### Features

* **errors:** add unprocessable entity error handling ([2b97792](https://github.com/enter-at/node-aws-lambda-handlers/commit/2b97792ba18667214d910452c513472eb91681ed))

## [2.0.2](https://github.com/enter-at/node-aws-lambda-handlers/compare/v2.0.1...v2.0.2) (2020-07-24)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enter-at/lambda-handlers",
"version": "2.0.2",
"version": "2.1.0",
"description": "An opinionated Typescript package that facilitates specifying AWS Lambda handlers including input validation, error handling and response formatting.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 927e82b

Please sign in to comment.