Skip to content

Commit 92d9d38

Browse files
Version Packages (#1797)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 08c3abc commit 92d9d38

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/busy-ends-shake.md

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

.changeset/slow-dingos-look.md

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

.changeset/spotty-tigers-sort.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.17.1
4+
5+
### Patch Changes
6+
7+
- Add data track packet serialization + deserialization logic - [#1792](https://github.com/livekit/client-sdk-js/pull/1792) ([@1egoman](https://github.com/1egoman))
8+
9+
- Update docs to clarify other client HKDF support - [#1796](https://github.com/livekit/client-sdk-js/pull/1796) ([@1egoman](https://github.com/1egoman))
10+
11+
- Add attachedStreamIds as text stream metadata - [#1805](https://github.com/livekit/client-sdk-js/pull/1805) ([@1egoman](https://github.com/1egoman))
12+
313
## 2.17.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livekit-client",
3-
"version": "2.17.0",
3+
"version": "2.17.1",
44
"description": "JavaScript/TypeScript client SDK for LiveKit",
55
"main": "./dist/livekit-client.umd.js",
66
"unpkg": "./dist/livekit-client.umd.js",

0 commit comments

Comments
 (0)