@@ -6,7 +6,7 @@ this project adheres to [Semantic Versioning][2].
66
77<br />
88
9- ## @black-flag/checks \ @ 1.0.0 (2025-03-14)
9+ ## @black-flag/checks [ @1 .0.0] [ 3 ] (2025-03-14)
1010
1111### 💥 BREAKING CHANGES 💥
1212
@@ -16,32 +16,50 @@ this project adheres to [Semantic Versioning][2].
1616
1717### ✨ Features
1818
19- - ** packages/checks:** implement @black-flag/checks ([ 64029b9] [ 3 ] )
20- - ** packages/checks:** implement ` checkArrayNoConflicts ` and ` checkArrayUnique ` ([ 10cd0eb] [ 4 ] )
19+ - ** packages/checks:** implement @black-flag/checks ([ 64029b9] [ 4 ] )
20+ - ** packages/checks:** implement ` checkArrayNoConflicts ` and ` checkArrayUnique ` ([ 10cd0eb] [ 5 ] )
2121
2222### 🪄 Fixes
2323
24- - Fix Windows interop issues ([ b3abf95] [ 5 ] ) <sup >see [ #174 ] [ 6 ] </sup >
24+ - Fix Windows interop issues ([ b3abf95] [ 6 ] ) <sup >see [ #174 ] [ 7 ] </sup >
2525
2626### ⚙️ Build System
2727
28- - ** husky:** force lint-staged (via husky) to only use global config file ([ 5d3f2cc] [ 7 ] )
29- - ** husky:** update to latest hooks ([ 75d5c66] [ 8 ] )
30- - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 9 ] )
31- - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 10 ] )
28+ - ** husky:** force lint-staged (via husky) to only use global config file ([ 5d3f2cc] [ 8 ] )
29+ - ** husky:** update to latest hooks ([ 75d5c66] [ 9 ] )
30+ - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 10 ] )
31+ - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 11 ] )
3232
3333### 🧙🏿 Refactored
3434
35- - Rename and restructure exports for better docs generation ([ 8303ba7] [ 11 ] )
35+ - Rename and restructure exports for better docs generation ([ 8303ba7] [ 12 ] )
36+
37+ ### 🔥 Reverted
38+
39+ - _ "build(deps): bump core-js from 3.40.0 to 3.41.0"_ ([ e75f6f8] [ 13 ] )
40+
41+ <br />
42+
43+ ### 🏗️ Patch @black-flag/checks [ @1 .0.1] [ 14 ] (2025-03-17)
44+
45+ #### ⚙️ Build System
46+
47+ - ** deps:** bump core-js from 3.40.0 to 3.41.0 ([ 9e54cd6] [ 15 ] )
48+ - ** deps:** bump core-js from 3.40.0 to 3.41.0 ([ 9371719] [ 16 ] )
3649
3750[ 1 ] : https://conventionalcommits.org
3851[ 2 ] : https://semver.org
39- [ 3 ] : https://github.com/Xunnamius/black-flag/commit/64029b9dc0d1e8224d65d2e6c9653b2c09abb962
40- [ 4 ] : https://github.com/Xunnamius/black-flag/commit/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6
41- [ 5 ] : https://github.com/Xunnamius/black-flag/commit/b3abf95ca2958d5d2fca1091178c050ef88fe5f5
42- [ 6 ] : https://github.com/Xunnamius/black-flag/issues/174
43- [ 7 ] : https://github.com/Xunnamius/black-flag/commit/5d3f2ccdfcd615917892d27a5c2cfa1b28879e0c
44- [ 8 ] : https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
45- [ 9 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
46- [ 10 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
47- [ 11 ] : https://github.com/Xunnamius/black-flag/commit/8303ba7f438ae7f7dedfc2b6f5fd396cab32b252
52+ [ 3 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...@black-flag/checks@1.0.0
53+ [ 4 ] : https://github.com/Xunnamius/black-flag/commit/64029b9dc0d1e8224d65d2e6c9653b2c09abb962
54+ [ 5 ] : https://github.com/Xunnamius/black-flag/commit/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6
55+ [ 6 ] : https://github.com/Xunnamius/black-flag/commit/b3abf95ca2958d5d2fca1091178c050ef88fe5f5
56+ [ 7 ] : https://github.com/Xunnamius/black-flag/issues/174
57+ [ 8 ] : https://github.com/Xunnamius/black-flag/commit/5d3f2ccdfcd615917892d27a5c2cfa1b28879e0c
58+ [ 9 ] : https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
59+ [ 10 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
60+ [ 11 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
61+ [ 12 ] : https://github.com/Xunnamius/black-flag/commit/8303ba7f438ae7f7dedfc2b6f5fd396cab32b252
62+ [ 13 ] : https://github.com/Xunnamius/black-flag/commit/e75f6f8fa90784f1aefab49305a99e7b839b615b
63+ [ 14 ] : https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@1.0.0...@black-flag/checks@1.0.1
64+ [ 15 ] : https://github.com/Xunnamius/black-flag/commit/9e54cd6bf33b63e1035fbaa43931944266cfe21b
65+ [ 16 ] : https://github.com/Xunnamius/black-flag/commit/937171967cd8887a8aba12cbb23c0adffacc6c78
0 commit comments