Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2020-07-23)

### Features

* **errors:** expose UnauthorizedError ([51fc5cc](51fc5cc))

### BREAKING CHANGES

* **errors:** rename of all interfaces remove leading "I"
  • Loading branch information
semantic-release-bot committed Jul 23, 2020
1 parent 7bf506b commit f35604b
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.0.0](https://github.com/enter-at/node-aws-lambda-handlers/compare/v1.2.0...v2.0.0) (2020-07-23)


### Features

* **errors:** expose UnauthorizedError ([51fc5cc](https://github.com/enter-at/node-aws-lambda-handlers/commit/51fc5cc2b68ee3831b0b8d1a0310521e46283ac5))


### BREAKING CHANGES

* **errors:** rename of all interfaces remove leading "I"

# [1.2.0](https://github.com/enter-at/node-aws-lambda-handlers/compare/v1.1.1...v1.2.0) (2020-07-14)


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": "1.2.0",
"version": "2.0.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 f35604b

Please sign in to comment.