Skip to content

Commit 2f3113d

Browse files
Version Packages
1 parent e1a5eb3 commit 2f3113d

30 files changed

+113
-24
lines changed

.changeset/hot-taxis-judge.md

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

.changeset/shiny-beds-kiss.md

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

agents/CHANGELOG.md

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

3+
## 1.0.13
4+
5+
### Patch Changes
6+
7+
- Add utility to play local audio file to livekit - [#788](https://github.com/livekit/agents-js/pull/788) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- Add BackgroundAudio support - [#789](https://github.com/livekit/agents-js/pull/789) ([@toubatbrian](https://github.com/toubatbrian))
10+
311
## 1.0.12
412

513
### 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": "1.0.12",
3+
"version": "1.0.13",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/anam/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ac1db651e9d313799e0d67642c05dff25ea0d0a5`](https://github.com/livekit/agents-js/commit/ac1db651e9d313799e0d67642c05dff25ea0d0a5), [`e1a5eb333c356f444d57b7382d065ed06f6384f7`](https://github.com/livekit/agents-js/commit/e1a5eb333c356f444d57b7382d065ed06f6384f7)]:
8+
- @livekit/agents@1.0.13
9+
310
## 1.0.2
411

512
### Patch Changes

plugins/anam/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-anam",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Anam plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/bey/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ac1db651e9d313799e0d67642c05dff25ea0d0a5`](https://github.com/livekit/agents-js/commit/ac1db651e9d313799e0d67642c05dff25ea0d0a5), [`e1a5eb333c356f444d57b7382d065ed06f6384f7`](https://github.com/livekit/agents-js/commit/e1a5eb333c356f444d57b7382d065ed06f6384f7)]:
8+
- @livekit/agents@1.0.13
9+
310
## 1.0.2
411

512
### Patch Changes

plugins/bey/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-bey",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Beyond Presence plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/cartesia/CHANGELOG.md

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

3+
## 1.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ac1db651e9d313799e0d67642c05dff25ea0d0a5`](https://github.com/livekit/agents-js/commit/ac1db651e9d313799e0d67642c05dff25ea0d0a5), [`e1a5eb333c356f444d57b7382d065ed06f6384f7`](https://github.com/livekit/agents-js/commit/e1a5eb333c356f444d57b7382d065ed06f6384f7)]:
8+
- @livekit/agents@1.0.13
9+
310
## 1.0.12
411

512
### Patch Changes

plugins/cartesia/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-cartesia",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "Cartesia plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)