Skip to content

Commit c2eb4ad

Browse files
authored
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 4de8946 commit c2eb4ad

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [[email protected]](https://github.com/flex-development/exceptions/compare/[email protected]@8.0.0-alpha.4) (2023-03-19)
2+
3+
4+
### :package: Build
5+
6+
* **deps-dev:** bump cspell from 6.29.3 to 6.30.0 ([#80](https://github.com/flex-development/exceptions/issues/80)) ([3f5f7da](https://github.com/flex-development/exceptions/commit/3f5f7da0b01d2c876aa2fb0475a17c809812d9e3))
7+
* **deps-dev:** bump esbuild from 0.17.11 to 0.17.12 ([#79](https://github.com/flex-development/exceptions/issues/79)) ([4f315d4](https://github.com/flex-development/exceptions/commit/4f315d4b6ccf7401e59924490680198156b0435b))
8+
9+
10+
### :mechanical_arm: Refactors
11+
12+
* **ts:** allow object types to exclude index signature ([4de8946](https://github.com/flex-development/exceptions/commit/4de8946bd7215fc2f044d2681a00dce328bd17db))
13+
114
## [[email protected]](https://github.com/flex-development/exceptions/compare/[email protected]@8.0.0-alpha.3) (2023-03-16)
215

316

package.json

+1-1
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.3",
4+
"version": "8.0.0-alpha.4",
55
"keywords": [
66
"error-handling",
77
"exceptions",

0 commit comments

Comments
 (0)