Skip to content

Commit 5c1b83f

Browse files
author
shenxiaojie.316
committed
chore: Publish release/20250619-429588
1 parent 5fd4a7e commit 5c1b83f

9 files changed

Lines changed: 41 additions & 67 deletions

common/changes/@coze/api/feat-perf2_2025-06-16-13-08.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@coze/api/feat-refactor_2025-06-18-10-37.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@coze/api/feat-refactor_2025-06-18-10-53.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@coze/api/feat-refactor_2025-06-19-09-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@coze/api/feat-refactor_2025-06-19-09-26.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@coze/api/feat-rtc-test_2025-06-16-13-42.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/coze-js/CHANGELOG.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
{
22
"name": "@coze/api",
33
"entries": [
4+
{
5+
"version": "1.3.1",
6+
"tag": "HEAD",
7+
"date": "2025-06-19T09:41:14.867Z",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Use transferable objects when posting audio buffers to avoid data copying"
12+
},
13+
{
14+
"comment": "refactor and fix aec bug on HarmonyOS"
15+
}
16+
],
17+
"patch": [
18+
{
19+
"comment": "Publish feat/refactor"
20+
},
21+
{
22+
"comment": "Fix sentence bug"
23+
},
24+
{
25+
"comment": "Publish feat/rtc-test"
26+
}
27+
]
28+
}
29+
},
430
{
531
"version": "1.3.0",
632
"tag": "HEAD",

packages/coze-js/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @coze/api
22

3+
## 1.3.1 - 2025-06-19
4+
5+
### New Features
6+
7+
- Use transferable objects when posting audio buffers to avoid data copying
8+
- refactor and fix aec bug on HarmonyOS
9+
10+
### Bug Fixes
11+
12+
- Publish feat/refactor
13+
- Fix sentence bug
14+
- Publish feat/rtc-test
15+
16+
317
## 1.3.0 - 2025-06-17
418

519
### New Features

packages/coze-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coze/api",
3-
"version": "1.3.0-beta.1",
3+
"version": "1.3.1",
44
"description": "Official Coze Node.js SDK for seamless AI integration into your applications | 扣子官方 Node.js SDK,助您轻松集成 AI 能力到应用中",
55
"keywords": [
66
"coze",

0 commit comments

Comments
 (0)