Skip to content

Commit 6739b4c

Browse files
authored
Fix monorepo edge case (#27)
* chore: fix monorepo edge case * Update index.test.ts * wip
1 parent 182af25 commit 6739b4c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.2.1
2+
3+
- Fix bug with paths when `npx ai-digest` is used in a subfolder of a monorepo
4+
15
### 1.2.0
26

37
- Support multiple input folders (eg `--input folder1 folder2`)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-digest",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "CLI tool to aggregate files into a single Markdown file",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)