Skip to content

Commit 97248d9

Browse files
Version Packages (livekit#698)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 338dedd commit 97248d9

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/beige-carrots-shop.md

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

.changeset/many-llamas-pump.md

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

.changeset/soft-turtles-appear.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+
## 1.9.5
4+
5+
### Patch Changes
6+
7+
- Remove ua-parser-js dependency and fix browser version comparison - [#697](https://github.com/livekit/client-sdk-js/pull/697) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Use STATE_MISMATCH disconnect reason in connection reconciliation - [#705](https://github.com/livekit/client-sdk-js/pull/705) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- Make sure engine gets closed when connection reconciliation triggers - [#702](https://github.com/livekit/client-sdk-js/pull/702) ([@lukasIO](https://github.com/lukasIO))
12+
313
## 1.9.4
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": "1.9.4",
3+
"version": "1.9.5",
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)