Skip to content

Commit d6b5ea5

Browse files
Version Packages
1 parent 1c6e805 commit d6b5ea5

File tree

19 files changed

+41
-23
lines changed

19 files changed

+41
-23
lines changed

.changeset/breezy-dryers-cover.md

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

.changeset/fair-squids-applaud.md

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

.changeset/slow-games-share.md

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

examples/agent-dispatch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# agent-dispatch
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a56c1745ab5d1c55565a7c03b0a2738a08e192f3`](https://github.com/livekit/node-sdks/commit/a56c1745ab5d1c55565a7c03b0a2738a08e192f3)]:
8+
- livekit-server-sdk@2.11.0
9+
310
## 0.0.14
411

512
### Patch Changes

examples/agent-dispatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-dispatch",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "An example demonstrating dispatching agents with an API call",
55
"private": "true",
66
"author": "LiveKit",

packages/livekit-rtc/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- Bugfix with memory leak in VideoStream and AudioStream - [#448](https://github.com/livekit/node-sdks/pull/448) ([@Shubhrakanti](https://github.com/Shubhrakanti))
8+
9+
### Patch Changes
10+
11+
- Allow sender identity to be passed in streamText method - [#447](https://github.com/livekit/node-sdks/pull/447) ([@lukasIO](https://github.com/lukasIO))
12+
313
## 0.13.8
414

515
### Patch Changes

packages/livekit-rtc/npm/darwin-arm64/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @livekit/rtc-node-darwin-arm64
22

3+
## 0.14.0
4+
35
## 0.13.8
46

57
## 0.13.7

packages/livekit-rtc/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-node-darwin-arm64",
3-
"version": "0.13.8",
3+
"version": "0.14.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/livekit/node-sdks.git",

packages/livekit-rtc/npm/darwin-x64/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @livekit/rtc-node-darwin-x64
22

3+
## 0.14.0
4+
35
## 0.13.8
46

57
## 0.13.7

packages/livekit-rtc/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@livekit/rtc-node-darwin-x64",
33
"author": "LiveKit",
4-
"version": "0.13.8",
4+
"version": "0.14.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/livekit/node-sdks.git",

0 commit comments

Comments
 (0)