Skip to content

Commit e23b964

Browse files
Version Packages (#220)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4b9214 commit e23b964

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

.changeset/eight-mugs-glow.md

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

.changeset/khaki-ties-design.md

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

.changeset/moody-poems-juggle.md

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

agents/CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- fix(pipeline): add transcription for AGENT_SPEECH_COMMITTED - [#219](https://github.com/livekit/agents-js/pull/219) ([@nbsp](https://github.com/nbsp))
8+
39
## 0.5.1
410

511
### Patch 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.1",
3+
"version": "0.5.2",
44
"description": "LiveKit Agents - Node.js",
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.2
4+
5+
### Patch Changes
6+
7+
- fix(tts): add missing crypto import to OpenAI tts - [#219](https://github.com/livekit/agents-js/pull/219) ([@nbsp](https://github.com/nbsp))
8+
9+
- groq: add support for llama 3.3 70b - [#219](https://github.com/livekit/agents-js/pull/219) ([@nbsp](https://github.com/nbsp))
10+
11+
- Updated dependencies [[`9e15430387406e59947ef19974ed71b2fc766107`](https://github.com/livekit/agents-js/commit/9e15430387406e59947ef19974ed71b2fc766107)]:
12+
- @livekit/agents@0.5.2
13+
314
## 0.7.1
415

516
### Patch 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.1",
3+
"version": "0.7.2",
44
"description": "OpenAI plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)