Skip to content

Commit

Permalink
chore: release 4.2.1
Browse files Browse the repository at this point in the history
### [4.2.1](v4.2.0...v4.2.1) (2022-05-19)

### Bug Fixes

* return error cause ([#108](#108)) ([df0ffb3](df0ffb3))

### Miscellaneous Chores

* **deps:** update dependency @middy/core to v3 ([#101](#101)) ([b534677](b534677))
* **deps:** update dependency jest to v28 ([#93](#93)) ([7c009c4](7c009c4))
  • Loading branch information
domeq committed May 19, 2022
1 parent df0ffb3 commit 7d8f5e3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


### [4.2.1](https://github.com/schibsted/middy-error-handler/compare/v4.2.0...v4.2.1) (2022-05-19)


### Bug Fixes

* return error cause ([#108](https://github.com/schibsted/middy-error-handler/issues/108)) ([df0ffb3](https://github.com/schibsted/middy-error-handler/commit/df0ffb336498629bba71c6c8b9c172ea8220e194))


### Miscellaneous Chores

* **deps:** update dependency @middy/core to v3 ([#101](https://github.com/schibsted/middy-error-handler/issues/101)) ([b534677](https://github.com/schibsted/middy-error-handler/commit/b5346776c8b84aa1fa53be723727a896154dd924))
* **deps:** update dependency jest to v28 ([#93](https://github.com/schibsted/middy-error-handler/issues/93)) ([7c009c4](https://github.com/schibsted/middy-error-handler/commit/7c009c4deec8a02d9060ccebe770552aadad7173))

## [4.2.0](https://github.com/schibsted/middy-error-handler/compare/v4.1.0...v4.2.0) (2022-05-19)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@schibsted/middy-error-handler",
"version": "4.2.0",
"version": "4.2.1",
"description": "Middy middleware for adding caching headers to success response and errors",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 7d8f5e3

Please sign in to comment.