Skip to content

Commit a0d7208

Browse files
Version Packages (#1403)
1 parent 1c96ef5 commit a0d7208

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/honest-wombats-joke.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.9.1
4+
5+
### Patch Changes
6+
7+
- Fix correct typing on async iterator stream readers - [#1401](https://github.com/livekit/client-sdk-js/pull/1401) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 2.9.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livekit-client",
3-
"version": "2.9.0",
3+
"version": "2.9.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)