open-local-audit 0.59.0 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to Open Local Audit will be documented here.
|
|
4
4
|
|
|
5
|
+
## v0.60.0 - 2026-07-12
|
|
6
|
+
|
|
7
|
+
- Added `source`, `auditStatus`, and `hasWebsite` columns to batch standard and CRM prospect CSV exports.
|
|
8
|
+
- Kept batch CSV rendering local-only with no source CSV mutation, API calls, outreach sending, or CRM sync.
|
|
9
|
+
|
|
5
10
|
## v0.59.0 - 2026-07-11
|
|
6
11
|
|
|
7
12
|
- Added `--source`, `--audit-status`, and `--has-website` batch index filters to the main audit command.
|