Skip to content

Commit f35604b

Browse files
chore(release): 2.0.0 [skip ci]
# [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"
1 parent 7bf506b commit f35604b

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.0.0](https://github.com/enter-at/node-aws-lambda-handlers/compare/v1.2.0...v2.0.0) (2020-07-23)
2+
3+
4+
### Features
5+
6+
* **errors:** expose UnauthorizedError ([51fc5cc](https://github.com/enter-at/node-aws-lambda-handlers/commit/51fc5cc2b68ee3831b0b8d1a0310521e46283ac5))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **errors:** rename of all interfaces remove leading "I"
12+
113
# [1.2.0](https://github.com/enter-at/node-aws-lambda-handlers/compare/v1.1.1...v1.2.0) (2020-07-14)
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.2.0",
3+
"version": "2.0.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)