Skip to content

Commit 92d145b

Browse files
Version Packages
1 parent f9c9d92 commit 92d145b

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/cool-bees-guess.md

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

.changeset/itchy-pianos-sin.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+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- Pass method logLevel to LogExtension instead of configured logLevel - [#730](https://github.com/livekit/client-sdk-js/pull/730) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Always catch reconnectFuture rejections - [#727](https://github.com/livekit/client-sdk-js/pull/727) ([@HermanBilous](https://github.com/HermanBilous))
10+
311
## 1.10.0
412

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