You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# patch-pulse
2
2
3
+
## 3.1.0
4
+
5
+
### Minor Changes
6
+
7
+
- Automatically respect `.gitignore` when scanning for `package.json` files. Directories listed in `.gitignore` (such as `dist/`, `build/`, `.next/`) are now skipped during workspace traversal, preventing false positives from build output.
8
+
9
+
A new `includePaths` config option lets you opt specific gitignored directories back into scanning when needed. `ignorePaths` continues to take priority over `includePaths`.
10
+
11
+
`patchpulse.json` is now a supported config filename and is the preferred format going forward. `patchpulse.config.json` and `.patchpulserc` variants remain supported.
0 commit comments