Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](3.1.0...4.0.0) (2023-07-26)

### Features

* allow to expose internal errors via expose property ([309084d](309084d))

### BREAKING CHANGES

* errors with the `expose` property set to a truthy
value will be exposed even if their status code is >= 500
  • Loading branch information
semantic-release-bot committed Jul 26, 2023
1 parent 4e74610 commit ed27fc9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.0.0](https://github.com/dbartholomae/middy-middleware-json-error-handler/compare/3.1.0...4.0.0) (2023-07-26)


### Features

* allow to expose internal errors via expose property ([309084d](https://github.com/dbartholomae/middy-middleware-json-error-handler/commit/309084dc6067400fd915200f69aac1a3b9ff140d))


### BREAKING CHANGES

* errors with the `expose` property set to a truthy
value will be exposed even if their status code is >= 500

# [3.1.0](https://github.com/dbartholomae/middy-middleware-json-error-handler/compare/3.0.1...3.1.0) (2023-07-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "middy-middleware-json-error-handler",
"version": "3.1.0",
"version": "4.0.0",
"description": "A middy JSON error handler middleware.",
"homepage": "",
"license": "MIT",
Expand Down

0 comments on commit ed27fc9

Please sign in to comment.