Skip to content

Commit 766b801

Browse files
authored
Merge pull request #9 from CodeAnt-AI/feat/dynamic-config
Add dynamic config export
2 parents 2cf2b67 + a3af553 commit 766b801

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [0.4.2] - 06/04/2026
4+
- Dynamic config
5+
36
## [0.4.1] - 06/04/2026
47
- CLI path
58

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeant-cli",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Code review CLI tool",
55
"type": "module",
66
"bin": {
@@ -26,7 +26,8 @@
2626
"exports": {
2727
".": "./src/reviewHeadless.js",
2828
"./review": "./src/reviewHeadless.js",
29-
"./push-protection": "./src/utils/installPushProtectionHook.js"
29+
"./push-protection": "./src/utils/installPushProtectionHook.js",
30+
"./config": "./src/utils/config.js"
3031
},
3132
"files": [
3233
"src"

0 commit comments

Comments
 (0)