Skip to content

Commit f1a4aac

Browse files
Version Packages
1 parent 46c9110 commit f1a4aac

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/rotten-owls-reply.md

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

.changeset/thick-ghosts-chew.md

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

.changeset/windmills-can-fly.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.16.1
4+
5+
### Patch Changes
6+
7+
- Tag errors by name - [#1764](https://github.com/livekit/client-sdk-js/pull/1764) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Control latency of lossy data channel - [#1754](https://github.com/livekit/client-sdk-js/pull/1754) ([@cnderrauber](https://github.com/cnderrauber))
10+
11+
- Fix leaking memory by removing event listener from correct scope - [#1768](https://github.com/livekit/client-sdk-js/pull/1768) ([@wuhkuh](https://github.com/wuhkuh))
12+
313
## 2.16.0
414

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