Skip to content

Commit d89c58e

Browse files
Version Packages (#1086)
* Version Packages * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: David Zhao <dz@livekit.io>
1 parent 479a0a2 commit d89c58e

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/lovely-cups-tell.md

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

.changeset/serious-buses-travel.md

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

CHANGELOG.md

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

3+
## 2.0.9
4+
5+
### Patch Changes
6+
7+
- Fix publishing for Chrome M124. Read capabilities from RtcRTPReceiver instead of from sender - [#1088](https://github.com/livekit/client-sdk-js/pull/1088) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Add keyring size to keyprovider options - [#1085](https://github.com/livekit/client-sdk-js/pull/1085) ([@lukasIO](https://github.com/lukasIO))
10+
311
## 2.0.8
412

513
### 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.0.8",
3+
"version": "2.0.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)