Skip to content

Commit 2b6b0f3

Browse files
Version Packages
1 parent d630657 commit 2b6b0f3

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/blue-cheetahs-shout.md

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

.changeset/fuzzy-elephants-fail.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.17.0
4+
5+
### Minor Changes
6+
7+
- Add new rtc path that defaults to single peer connection mode and falls back to legacy dual pc - [#1785](https://github.com/livekit/client-sdk-js/pull/1785) ([@lukasIO](https://github.com/lukasIO))
8+
9+
### Patch Changes
10+
11+
- Use TypedPromise for typesafe errors - [#1770](https://github.com/livekit/client-sdk-js/pull/1770) ([@lukasIO](https://github.com/lukasIO))
12+
313
## 2.16.1
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.16.1",
3+
"version": "2.17.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)