We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182af25 commit 6739b4cCopy full SHA for 6739b4c
2 files changed
CHANGELOG.md
@@ -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
5
### 1.2.0
6
7
- Support multiple input folders (eg `--input folder1 folder2`)
package.json
@@ -1,6 +1,6 @@
{
"name": "ai-digest",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "CLI tool to aggregate files into a single Markdown file",
"main": "dist/index.js",
"bin": {
0 commit comments