Skip to content

Commit 5f5f33f

Browse files
authored
1 parent 1aa6433 commit 5f5f33f

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## [[email protected]](https://github.com/flex-development/exceptions/compare/[email protected]@8.0.0-alpha.1) (2022-08-28)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* use default exports
7+
* **dtos:** remove `.dto` file extension
8+
* **types:** remove `.type` file extension
9+
* **interfaces:** remove `.interface` file extension
10+
* **guards:** remove `.guard` file extension
11+
* **enums:** remove `.enum` file extension
12+
* move constants to `config` directory
13+
14+
### :robot: Continuous Integration
15+
16+
* **deps:** bump actions/github-script from 6.1.1 to 6.2.0 ([#39](https://github.com/flex-development/exceptions/issues/39)) ([698b514](https://github.com/flex-development/exceptions/commit/698b514eb0d34ea08117940590710e422d895810))
17+
18+
19+
### :house_with_garden: Housekeeping
20+
21+
* refactor project architecture ([50ad1d7](https://github.com/flex-development/exceptions/commit/50ad1d74e99807cbed78cdd1385f1e511f83127e))
22+
23+
24+
### :zap: Refactors
25+
26+
* move constants to `config` directory ([2cad8f2](https://github.com/flex-development/exceptions/commit/2cad8f23db5763cd8d87566bb699cf91d6d337b8))
27+
* use default exports ([1aa6433](https://github.com/flex-development/exceptions/commit/1aa6433746ee486b090e32fc939e0b14a3b48f20))
28+
* **dtos:** remove `.dto` file extension ([0920a64](https://github.com/flex-development/exceptions/commit/0920a64cf38b0a085876821f0d2dcac839987bd2))
29+
* **enums:** remove `.enum` file extension ([91dfcfc](https://github.com/flex-development/exceptions/commit/91dfcfcbfcb88e48719e25795e4aeffc036c7370))
30+
* **guards:** remove `.guard` file extension ([2c738f8](https://github.com/flex-development/exceptions/commit/2c738f8e62025b5a082a1455a96e6c0fc93e8ed8))
31+
* **interfaces:** remove `.interface` file extension ([a7d5bb6](https://github.com/flex-development/exceptions/commit/a7d5bb67eff5c05339030fe0e0a5da2b1f2e6cc2))
32+
* **types:** remove `.type` file extension ([8ea82cc](https://github.com/flex-development/exceptions/commit/8ea82cc3c53bf1477e9102845d4bbb5d37afe85a))
33+
134
## [7.0.1](https://github.com/flex-development/exceptions/compare/[email protected]@7.0.1) (2021-11-05)
235

336

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

0 commit comments

Comments
 (0)