Skip to content

Commit d8a82ca

Browse files
Version Packages
1 parent bc8cb1a commit d8a82ca

5 files changed

Lines changed: 11 additions & 16 deletions

File tree

.changeset/dry-buttons-help.md

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

.changeset/eleven-timers-kick.md

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

.changeset/fresh-lamps-repeat.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.25
4+
5+
### Patch Changes
6+
7+
- ensure userdata is passed through when resampling - [#608](https://github.com/livekit/node-sdks/pull/608) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Add typeguards for frame processors in order to avoid dual package hazard - [#608](https://github.com/livekit/node-sdks/pull/608) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- Update FFI bindings to latest and import them as a direct dependency - [#599](https://github.com/livekit/node-sdks/pull/599) ([@lukasIO](https://github.com/lukasIO))
12+
313
## 0.13.24
414

515
### Patch Changes

packages/livekit-rtc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "LiveKit RTC Node",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
6-
"version": "0.13.24",
6+
"version": "0.13.25",
77
"main": "dist/index.js",
88
"require": "dist/index.cjs",
99
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)