Skip to content

Commit

Permalink
chore(release): 2.0.159 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.159](v2.0.158...v2.0.159) (2024-05-13)

### Bug Fixes

* forward the thrown errorCode and fall back to 500  ([#559](#559)) ([a8db5e9](a8db5e9))
  • Loading branch information
semantic-release-bot committed May 13, 2024
1 parent a8db5e9 commit 05c2c5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.159](https://github.com/eik-lib/service/compare/v2.0.158...v2.0.159) (2024-05-13)


### Bug Fixes

* forward the thrown errorCode and fall back to 500 ([#559](https://github.com/eik-lib/service/issues/559)) ([a8db5e9](https://github.com/eik-lib/service/commit/a8db5e948e1067745f163c77150d434f664548dd))

## [2.0.158](https://github.com/eik-lib/service/compare/v2.0.157...v2.0.158) (2024-05-13)


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": "@eik/service",
"version": "2.0.158",
"version": "2.0.159",
"description": "Eik REST API as a standalone HTTP service",
"type": "module",
"main": "./lib/main.js",
Expand Down

0 comments on commit 05c2c5b

Please sign in to comment.