@@ -19,7 +19,15 @@ this project adheres to [Semantic Versioning][2].
1919
2020<br />
2121
22- ## @black-flag/checks [ @1 .0.0] [ 6 ] (2025-03-14)
22+ ### 🏗️ Patch @black-flag/checks [ @2 .0.1] [ 6 ] (2025-06-14)
23+
24+ #### ⚙️ Build System
25+
26+ - ** deps:** bump core-js from 3.42.0 to 3.43.0 ([ c3efcf9] [ 7 ] )
27+
28+ <br />
29+
30+ ## @black-flag/checks [ @1 .0.0] [ 8 ] (2025-03-14)
2331
2432### 💥 BREAKING CHANGES 💥
2533
@@ -29,53 +37,55 @@ this project adheres to [Semantic Versioning][2].
2937
3038### ✨ Features
3139
32- - ** packages/checks:** implement @black-flag/checks ([ 64029b9] [ 7 ] )
33- - ** packages/checks:** implement ` checkArrayNoConflicts ` and ` checkArrayUnique ` ([ 10cd0eb] [ 8 ] )
40+ - ** packages/checks:** implement @black-flag/checks ([ 64029b9] [ 9 ] )
41+ - ** packages/checks:** implement ` checkArrayNoConflicts ` and ` checkArrayUnique ` ([ 10cd0eb] [ 10 ] )
3442
3543### 🪄 Fixes
3644
37- - Fix Windows interop issues ([ b3abf95] [ 9 ] ) <sup >see [ #174 ] [ 10 ] </sup >
45+ - Fix Windows interop issues ([ b3abf95] [ 11 ] ) <sup >see [ #174 ] [ 12 ] </sup >
3846
3947### ⚙️ Build System
4048
41- - ** husky:** force lint-staged (via husky) to only use global config file ([ 5d3f2cc] [ 11 ] )
42- - ** husky:** update to latest hooks ([ 75d5c66] [ 12 ] )
43- - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 13 ] )
44- - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 14 ] )
49+ - ** husky:** force lint-staged (via husky) to only use global config file ([ 5d3f2cc] [ 13 ] )
50+ - ** husky:** update to latest hooks ([ 75d5c66] [ 14 ] )
51+ - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 15 ] )
52+ - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 16 ] )
4553
4654### 🧙🏿 Refactored
4755
48- - Rename and restructure exports for better docs generation ([ 8303ba7] [ 15 ] )
56+ - Rename and restructure exports for better docs generation ([ 8303ba7] [ 17 ] )
4957
5058### 🔥 Reverted
5159
52- - _ "build(deps): bump core-js from 3.40.0 to 3.41.0"_ ([ e75f6f8] [ 16 ] )
60+ - _ "build(deps): bump core-js from 3.40.0 to 3.41.0"_ ([ e75f6f8] [ 18 ] )
5361
5462<br />
5563
56- ### 🏗️ Patch @black-flag/checks [ @1 .0.1] [ 17 ] (2025-03-17)
64+ ### 🏗️ Patch @black-flag/checks [ @1 .0.1] [ 19 ] (2025-03-17)
5765
5866#### ⚙️ Build System
5967
60- - ** deps:** bump core-js from 3.40.0 to 3.41.0 ([ 9e54cd6] [ 18 ] )
61- - ** deps:** bump core-js from 3.40.0 to 3.41.0 ([ 9371719] [ 19 ] )
68+ - ** deps:** bump core-js from 3.40.0 to 3.41.0 ([ 9e54cd6] [ 20 ] )
69+ - ** deps:** bump core-js from 3.40.0 to 3.41.0 ([ 9371719] [ 21 ] )
6270
6371[ 1 ] : https://conventionalcommits.org
6472[ 2 ] : https://semver.org
6573[ 3 ] : https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@1.0.1...@black-flag/checks@2.0.0
6674[ 4 ] : https://github.com/Xunnamius/black-flag/commit/5ea5c70550ccc2a12215d01814d269abf0a5a82a
6775[ 5 ] : https://github.com/Xunnamius/black-flag/commit/7a70c7e44633bf3b15b0662ce212ece66de038c8
68- [ 6 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...@black-flag/checks@1.0.0
69- [ 7 ] : https://github.com/Xunnamius/black-flag/commit/64029b9dc0d1e8224d65d2e6c9653b2c09abb962
70- [ 8 ] : https://github.com/Xunnamius/black-flag/commit/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6
71- [ 9 ] : https://github.com/Xunnamius/black-flag/commit/b3abf95ca2958d5d2fca1091178c050ef88fe5f5
72- [ 10 ] : https://github.com/Xunnamius/black-flag/issues/174
73- [ 11 ] : https://github.com/Xunnamius/black-flag/commit/5d3f2ccdfcd615917892d27a5c2cfa1b28879e0c
74- [ 12 ] : https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
75- [ 13 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
76- [ 14 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
77- [ 15 ] : https://github.com/Xunnamius/black-flag/commit/8303ba7f438ae7f7dedfc2b6f5fd396cab32b252
78- [ 16 ] : https://github.com/Xunnamius/black-flag/commit/e75f6f8fa90784f1aefab49305a99e7b839b615b
79- [ 17 ] : https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@1.0.0...@black-flag/checks@1.0.1
80- [ 18 ] : https://github.com/Xunnamius/black-flag/commit/9e54cd6bf33b63e1035fbaa43931944266cfe21b
81- [ 19 ] : https://github.com/Xunnamius/black-flag/commit/937171967cd8887a8aba12cbb23c0adffacc6c78
76+ [ 6 ] : https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@2.0.0...@black-flag/checks@2.0.1
77+ [ 7 ] : https://github.com/Xunnamius/black-flag/commit/c3efcf96f063e046e6686e81d7a948af135031e5
78+ [ 8 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...@black-flag/checks@1.0.0
79+ [ 9 ] : https://github.com/Xunnamius/black-flag/commit/64029b9dc0d1e8224d65d2e6c9653b2c09abb962
80+ [ 10 ] : https://github.com/Xunnamius/black-flag/commit/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6
81+ [ 11 ] : https://github.com/Xunnamius/black-flag/commit/b3abf95ca2958d5d2fca1091178c050ef88fe5f5
82+ [ 12 ] : https://github.com/Xunnamius/black-flag/issues/174
83+ [ 13 ] : https://github.com/Xunnamius/black-flag/commit/5d3f2ccdfcd615917892d27a5c2cfa1b28879e0c
84+ [ 14 ] : https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
85+ [ 15 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
86+ [ 16 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
87+ [ 17 ] : https://github.com/Xunnamius/black-flag/commit/8303ba7f438ae7f7dedfc2b6f5fd396cab32b252
88+ [ 18 ] : https://github.com/Xunnamius/black-flag/commit/e75f6f8fa90784f1aefab49305a99e7b839b615b
89+ [ 19 ] : https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@1.0.0...@black-flag/checks@1.0.1
90+ [ 20 ] : https://github.com/Xunnamius/black-flag/commit/9e54cd6bf33b63e1035fbaa43931944266cfe21b
91+ [ 21 ] : https://github.com/Xunnamius/black-flag/commit/937171967cd8887a8aba12cbb23c0adffacc6c78
0 commit comments