@connekz/connekz-agent 1.2.4 → 1.2.5
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 +16 -0
- package/dist/connekz-agent.es.js +325 -320
- package/dist/connekz-agent.umd.js +8 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to @connekz/connekz-agent will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.2.5] - 2026-02-06
|
|
6
|
+
### Fixed
|
|
7
|
+
- voice conversation termination optimized
|
|
8
|
+
|
|
9
|
+
## [1.2.4] - 2026-01-26
|
|
10
|
+
### Fixed
|
|
11
|
+
- voice conversation termination optimized
|
|
12
|
+
|
|
13
|
+
## [1.2.3] - 2026-01-26
|
|
14
|
+
### Fixed
|
|
15
|
+
- voice conversation termination optimized
|
|
16
|
+
|
|
17
|
+
## [1.2.2] - 2026-01-26
|
|
18
|
+
### Fixed
|
|
19
|
+
- voice conversation termination optimized
|
|
20
|
+
|
|
5
21
|
## [1.2.1] - 2026-01-26
|
|
6
22
|
### Fixed
|
|
7
23
|
- agent start bug fix v1.3
|