Skip to content

Commit 1281e90

Browse files
Version Packages
1 parent ff7a5e9 commit 1281e90

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/chubby-corners-mate.md

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

.changeset/soft-olives-clean.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+
## 2.18.2
4+
5+
### Patch Changes
6+
7+
- Export CheckStatus as enum, not just type - [#1855](https://github.com/livekit/client-sdk-js/pull/1855) ([@Ludobaka](https://github.com/Ludobaka))
8+
9+
- Buffer stream events until connected - [#1867](https://github.com/livekit/client-sdk-js/pull/1867) ([@lukasIO](https://github.com/lukasIO))
10+
311
## 2.18.1
412

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