Skip to content

Commit d82d8df

Browse files
Version Packages
1 parent f38174e commit d82d8df

File tree

16 files changed

+28
-26
lines changed

16 files changed

+28
-26
lines changed

.changeset/healthy-cherries-allow.md

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

.changeset/serious-pumas-join.md

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

.changeset/smart-suits-tap.md

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

.changeset/witty-olives-explain.md

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

packages/livekit-rtc/CHANGELOG.md

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

3+
## 0.13.21
4+
5+
### Patch Changes
6+
7+
- Ensure FFI events are processed sequentially - [#547](https://github.com/livekit/node-sdks/pull/547) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Wait for disconnect response on disconnect - [#562](https://github.com/livekit/node-sdks/pull/562) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- Bump ffi to v0.12.36 - [#551](https://github.com/livekit/node-sdks/pull/551) ([@lukasIO](https://github.com/lukasIO))
12+
13+
- Add support for data channel encryption - [#549](https://github.com/livekit/node-sdks/pull/549) ([@lukasIO](https://github.com/lukasIO))
14+
315
## 0.13.20
416

517
### 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.13.21
4+
35
## 0.13.20
46

57
## 0.13.19

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.20",
3+
"version": "0.13.21",
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.13.21
4+
35
## 0.13.20
46

57
## 0.13.19

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.20",
4+
"version": "0.13.21",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/livekit/node-sdks.git",

packages/livekit-rtc/npm/linux-arm64-gnu/CHANGELOG.md

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

3+
## 0.13.21
4+
35
## 0.13.20
46

57
## 0.13.19

0 commit comments

Comments
 (0)