@audienti/cli 0.1.22 → 0.1.24
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ All notable changes to the Audienti CLI are documented here.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.1.24] - 2026-07-22
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Preserve operator outcome source metadata and return the authoritative disposition event for API nurture actions.
|
|
12
|
+
|
|
13
|
+
## [0.1.23] - 2026-07-21
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Expose authoritative delivery state, blocking reason, provider error, and retry timing for ContentOps comment tasks.
|
|
18
|
+
|
|
7
19
|
## [0.1.22] - 2026-07-21
|
|
8
20
|
|
|
9
21
|
### Added
|