Skip to content

Commit 428b62e

Browse files
Version Packages (#199)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b983e12 commit 428b62e

File tree

10 files changed

+33
-25
lines changed

10 files changed

+33
-25
lines changed

.changeset/brave-needles-boil.md

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

.changeset/calm-ants-build.md

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

.changeset/few-schools-run.md

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

.changeset/sweet-papayas-complain.md

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

agents/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @livekit/agents
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Allow attributes to be set on accept - [#198](https://github.com/livekit/agents-js/pull/198) ([@nbsp](https://github.com/nbsp))
8+
9+
- fix tokenizer - [#206](https://github.com/livekit/agents-js/pull/206) ([@nbsp](https://github.com/nbsp))
10+
11+
- add testutils, tests for oai, 11labs - [#206](https://github.com/livekit/agents-js/pull/206) ([@nbsp](https://github.com/nbsp))
12+
313
## 0.5.0
414

515
### Minor Changes

agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/elevenlabs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @livekit/agents-plugin-elevenlabs
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- add testutils, tests for oai, 11labs - [#206](https://github.com/livekit/agents-js/pull/206) ([@nbsp](https://github.com/nbsp))
8+
9+
- Updated dependencies [[`67bad88bb59328fac03320e88c245871005ccc05`](https://github.com/livekit/agents-js/commit/67bad88bb59328fac03320e88c245871005ccc05), [`beb141f7de380d5a938347a2eda76d56f706333c`](https://github.com/livekit/agents-js/commit/beb141f7de380d5a938347a2eda76d56f706333c), [`8fa2b176bb6bdeba34430d59b23024d935f77453`](https://github.com/livekit/agents-js/commit/8fa2b176bb6bdeba34430d59b23024d935f77453)]:
10+
- @livekit/agents@0.5.1
11+
312
## 0.5.0
413

514
### Minor Changes

plugins/elevenlabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-elevenlabs",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "ElevenLabs plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/openai/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @livekit/agents-plugin-openai
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- fix multiple function calls not firing - [#206](https://github.com/livekit/agents-js/pull/206) ([@nbsp](https://github.com/nbsp))
8+
9+
- add testutils, tests for oai, 11labs - [#206](https://github.com/livekit/agents-js/pull/206) ([@nbsp](https://github.com/nbsp))
10+
11+
- Updated dependencies [[`67bad88bb59328fac03320e88c245871005ccc05`](https://github.com/livekit/agents-js/commit/67bad88bb59328fac03320e88c245871005ccc05), [`beb141f7de380d5a938347a2eda76d56f706333c`](https://github.com/livekit/agents-js/commit/beb141f7de380d5a938347a2eda76d56f706333c), [`8fa2b176bb6bdeba34430d59b23024d935f77453`](https://github.com/livekit/agents-js/commit/8fa2b176bb6bdeba34430d59b23024d935f77453)]:
12+
- @livekit/agents@0.5.1
13+
314
## 0.7.0
415

516
### Minor Changes

plugins/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-openai",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "OpenAI plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)