Skip to content

Commit b790828

Browse files
authored
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 76d81c4 commit b790828

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [[email protected]](https://github.com/flex-development/exceptions/compare/[email protected]@8.0.0-alpha.5) (2023-03-19)
2+
3+
4+
### :bug: Fixes
5+
6+
* **dtos:** [`ExceptionDTO`] add `OneOrMany<T>` to index signature type ([76d81c4](https://github.com/flex-development/exceptions/commit/76d81c43953b0550c79014335f9a41910b03f6ad))
7+
8+
9+
### :mechanical_arm: Refactors
10+
11+
* **dtos:** [`ExceptionDTO`] allow all `Jsonifiable` types ([e35b81f](https://github.com/flex-development/exceptions/commit/e35b81f0e340e4ee82ccd3ae2593d706e7b28a77))
12+
113
## [[email protected]](https://github.com/flex-development/exceptions/compare/[email protected]@8.0.0-alpha.4) (2023-03-19)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/exceptions",
33
"description": "Custom error classes and utilities",
4-
"version": "8.0.0-alpha.4",
4+
"version": "8.0.0-alpha.5",
55
"keywords": [
66
"error-handling",
77
"exceptions",

0 commit comments

Comments
 (0)