Skip to content

Commit 4d7135e

Browse files
Version Packages
1 parent 0b431ae commit 4d7135e

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/clean-parents-drum.md

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

.changeset/lovely-trains-visit.md

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

.changeset/short-meals-pull.md

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

.changeset/spicy-cats-shop.md

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

CHANGELOG.md

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

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- Add track processor API - [#711](https://github.com/livekit/client-sdk-js/pull/711) ([@lukasIO](https://github.com/lukasIO))
8+
9+
### Patch Changes
10+
11+
- Use replaceTrack(null) for pauseUpstream - [#716](https://github.com/livekit/client-sdk-js/pull/716) ([@davidzhao](https://github.com/davidzhao))
12+
13+
- Reject signal connection promise immediately when aborted - [#719](https://github.com/livekit/client-sdk-js/pull/719) ([@lukasIO](https://github.com/lukasIO))
14+
15+
- Fix svc mode for chrome v113 - [#720](https://github.com/livekit/client-sdk-js/pull/720) ([@cnderrauber](https://github.com/cnderrauber))
16+
317
## 1.9.7
418

519
### 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": "1.9.7",
3+
"version": "1.10.0",
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)