Skip to content

Commit ad65abe

Browse files
Version Packages (#1697)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 604a0b9 commit ad65abe

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/happy-camels-turn.md

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

.changeset/kind-cooks-count.md

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

.changeset/thick-wombats-battle.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.15.11
4+
5+
### Patch Changes
6+
7+
- Fix abort race resulting in multiple code paths trying to close the ws connection - [#1695](https://github.com/livekit/client-sdk-js/pull/1695) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- fix the RPC comment and clam the timeout if the provided value is less than 8s - [#1694](https://github.com/livekit/client-sdk-js/pull/1694) ([@xianshijing-lk](https://github.com/xianshijing-lk))
10+
11+
- Fix track mapping when single peer connectionis used - [#1696](https://github.com/livekit/client-sdk-js/pull/1696) ([@lukasIO](https://github.com/lukasIO))
12+
313
## 2.15.10
414

515
### 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.15.10",
3+
"version": "2.15.11",
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)