File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
34
## [ 7.0.1] ( https://github.com/flex-development/exceptions/compare/[email protected] @7.0.1 ) (2021-11-05)
2
35
3
36
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @flex-development/exceptions" ,
3
3
"description" : " Custom error handling" ,
4
- "version" : " 7.0 .1" ,
4
+ "version" : " 8.0.0-alpha .1" ,
5
5
"keywords" : [
6
6
" error-handling" ,
7
7
" exceptions" ,
You can’t perform that action at this time.
0 commit comments