Skip to content

Commit 28c2897

Browse files
Version Packages (#1287)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cbcb593 commit 28c2897

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/bright-pots-lick.md

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

.changeset/eight-experts-guess.md

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

.changeset/silver-owls-brush.md

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

.changeset/thirty-crabs-mate.md

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

CHANGELOG.md

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

3+
## 2.5.9
4+
5+
### Patch Changes
6+
7+
- Track E2EE key validity on a per index basis - [#1284](https://github.com/livekit/client-sdk-js/pull/1284) ([@hughns](https://github.com/hughns))
8+
9+
- Use happy-dom for testing instead of jsdom - [#1283](https://github.com/livekit/client-sdk-js/pull/1283) ([@hughns](https://github.com/hughns))
10+
11+
- Fix attribute deletion - [#1285](https://github.com/livekit/client-sdk-js/pull/1285) ([@lukasIO](https://github.com/lukasIO))
12+
13+
- [e2ee] await key update before emitting key ratchet event - [#1288](https://github.com/livekit/client-sdk-js/pull/1288) ([@hughns](https://github.com/hughns))
14+
315
## 2.5.8
416

517
### Patch 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.5.8",
3+
"version": "2.5.9",
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)