Skip to content

Commit

Permalink
Version Packages (#1185)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 19, 2024
1 parent 544a7bd commit 2573a57
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/cryptor-error-participant-identity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-bees-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-carrots-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-buses-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-rivers-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-melons-clean.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 2.4.0

### Minor Changes

- Make metadata updates async and throw after timeout - [#1168](https://github.com/livekit/client-sdk-js/pull/1168) ([@lukasIO](https://github.com/lukasIO))

- Add support for participant attributes - [#1184](https://github.com/livekit/client-sdk-js/pull/1184) ([@lukasIO](https://github.com/lukasIO))

### Patch Changes

- Include participant identity in CryptoError errors - [#1186](https://github.com/livekit/client-sdk-js/pull/1186) ([@hughns](https://github.com/hughns))

- Fix wording in CryptorError debug log - [#1189](https://github.com/livekit/client-sdk-js/pull/1189) ([@zesun96](https://github.com/zesun96))

- Only set loglevel for specified logger if present - [#1196](https://github.com/livekit/client-sdk-js/pull/1196) ([@lukasIO](https://github.com/lukasIO))

- Ensure permission request for listDevices works for audio outputs in Firefox - [#1188](https://github.com/livekit/client-sdk-js/pull/1188) ([@lukasIO](https://github.com/lukasIO))

## 2.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-client",
"version": "2.3.2",
"version": "2.4.0",
"description": "JavaScript/TypeScript client SDK for LiveKit",
"main": "./dist/livekit-client.umd.js",
"unpkg": "./dist/livekit-client.umd.js",
Expand Down

0 comments on commit 2573a57

Please sign in to comment.