Skip to content

Commit 956d398

Browse files
Version Packages
1 parent fa4955c commit 956d398

File tree

15 files changed

+26
-21
lines changed

15 files changed

+26
-21
lines changed

.changeset/cool-peaches-flash.md

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

.changeset/happy-lamps-enjoy.md

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

.changeset/plenty-garlics-watch.md

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

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.13.22
4+
5+
### Patch Changes
6+
7+
- Hold lock on all ffi events - [#579](https://github.com/livekit/node-sdks/pull/579) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- fix disconnect - [#575](https://github.com/livekit/node-sdks/pull/575) ([@simllll](https://github.com/simllll))
10+
11+
- added AsyncQueue-based AudioMixer - [#567](https://github.com/livekit/node-sdks/pull/567) ([@simllll](https://github.com/simllll))
12+
313
## 0.13.21
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.13.22
4+
35
## 0.13.21
46

57
## 0.13.20

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.21",
3+
"version": "0.13.22",
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.22
4+
35
## 0.13.21
46

57
## 0.13.20

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.21",
4+
"version": "0.13.22",
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.22
4+
35
## 0.13.21
46

57
## 0.13.20

packages/livekit-rtc/npm/linux-arm64-gnu/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-linux-arm64-gnu",
33
"author": "LiveKit",
4-
"version": "0.13.21",
4+
"version": "0.13.22",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/livekit/node-sdks.git",

0 commit comments

Comments
 (0)