Skip to content

Commit 61e6380

Browse files
Version Packages (#1415)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 33e5c71 commit 61e6380

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/grumpy-zebras-itch.md

-5
This file was deleted.

.changeset/sharp-avocados-hang.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 2.9.4
4+
5+
### Patch Changes
6+
7+
- Improve utf8 text split and add unit test - [#1414](https://github.com/livekit/client-sdk-js/pull/1414) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Fix applying default processors from captureDefaults - [#1416](https://github.com/livekit/client-sdk-js/pull/1416) ([@lukasIO](https://github.com/lukasIO))
10+
311
## 2.9.3
412

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