We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cf2b67 + a3af553 commit 766b801Copy full SHA for 766b801
changelog.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [0.4.2] - 06/04/2026
4
+- Dynamic config
5
+
6
## [0.4.1] - 06/04/2026
7
- CLI path
8
package.json
@@ -1,6 +1,6 @@
{
"name": "codeant-cli",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "Code review CLI tool",
"type": "module",
"bin": {
@@ -26,7 +26,8 @@
26
"exports": {
27
".": "./src/reviewHeadless.js",
28
"./review": "./src/reviewHeadless.js",
29
- "./push-protection": "./src/utils/installPushProtectionHook.js"
+ "./push-protection": "./src/utils/installPushProtectionHook.js",
30
+ "./config": "./src/utils/config.js"
31
},
32
"files": [
33
"src"
0 commit comments