Skip to content

Commit 1d201f1

Browse files
Version Packages
1 parent 465f51d commit 1d201f1

File tree

8 files changed

+29
-15
lines changed

8 files changed

+29
-15
lines changed

.changeset/ripe-breads-attend.md

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

.changeset/ten-parents-help.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+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- cleanup resources with onnx runtime - [#377](https://github.com/livekit/agents-js/pull/377) ([@Shubhrakanti](https://github.com/Shubhrakanti))
8+
9+
- upgrade livekit rtc version - [#384](https://github.com/livekit/agents-js/pull/384) ([@Shubhrakanti](https://github.com/Shubhrakanti))
10+
311
## 0.7.4
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": "0.7.4",
3+
"version": "0.7.5",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/livekit/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- cleanup resources with onnx runtime - [#377](https://github.com/livekit/agents-js/pull/377) ([@Shubhrakanti](https://github.com/Shubhrakanti))
8+
9+
- Updated dependencies [[`ae508d76d6b521218f8320f8dba1b1d0fdad79a2`](https://github.com/livekit/agents-js/commit/ae508d76d6b521218f8320f8dba1b1d0fdad79a2), [`e1dd8f86660b4f96585833dc896b719dd3ad54b2`](https://github.com/livekit/agents-js/commit/e1dd8f86660b4f96585833dc896b719dd3ad54b2)]:
10+
- @livekit/agents@0.7.5
11+
312
## 0.1.0
413

514
### Minor Changes

plugins/livekit/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-livekit",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Additional utilities for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/silero/CHANGELOG.md

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

3+
## 0.5.6
4+
5+
### Patch Changes
6+
7+
- cleanup resources with onnx runtime - [#377](https://github.com/livekit/agents-js/pull/377) ([@Shubhrakanti](https://github.com/Shubhrakanti))
8+
9+
- Updated dependencies [[`ae508d76d6b521218f8320f8dba1b1d0fdad79a2`](https://github.com/livekit/agents-js/commit/ae508d76d6b521218f8320f8dba1b1d0fdad79a2), [`e1dd8f86660b4f96585833dc896b719dd3ad54b2`](https://github.com/livekit/agents-js/commit/e1dd8f86660b4f96585833dc896b719dd3ad54b2)]:
10+
- @livekit/agents@0.7.5
11+
312
## 0.5.5
413

514
### Patch Changes

plugins/silero/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-silero",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "Silero voice activity detection LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)