diff --git a/.changeset/chilled-insects-collect.md b/.changeset/chilled-insects-collect.md deleted file mode 100644 index fe6500c9ed..0000000000 --- a/.changeset/chilled-insects-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Pass connect options to room from connection checkers diff --git a/.changeset/dirty-cougars-hammer.md b/.changeset/dirty-cougars-hammer.md deleted file mode 100644 index af32000ff6..0000000000 --- a/.changeset/dirty-cougars-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Avoid parallel offer processing diff --git a/.changeset/dirty-kids-give.md b/.changeset/dirty-kids-give.md deleted file mode 100644 index 12f368bffe..0000000000 --- a/.changeset/dirty-kids-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Switch active device if previously selected device becomes unavailable diff --git a/.changeset/empty-lemons-move.md b/.changeset/empty-lemons-move.md deleted file mode 100644 index 608d741f40..0000000000 --- a/.changeset/empty-lemons-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Treat MissingKey as decryption failure to prevent spamming the logs diff --git a/.changeset/four-parents-happen.md b/.changeset/four-parents-happen.md deleted file mode 100644 index c7a1bd7144..0000000000 --- a/.changeset/four-parents-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Update API docs for `room.getLocalDevices` diff --git a/.changeset/sour-starfishes-act.md b/.changeset/sour-starfishes-act.md deleted file mode 100644 index a0a9aca46e..0000000000 --- a/.changeset/sour-starfishes-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix trackProcessor creation from LocalParticipant.createTracks diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc6813b19..e46258a5b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 2.5.2 + +### Patch Changes + +- Pass connect options to room from connection checkers - [#1245](https://github.com/livekit/client-sdk-js/pull/1245) ([@jespermjonsson](https://github.com/jespermjonsson)) + +- Avoid parallel offer processing - [#1244](https://github.com/livekit/client-sdk-js/pull/1244) ([@lukasIO](https://github.com/lukasIO)) + +- Switch active device if previously selected device becomes unavailable - [#1237](https://github.com/livekit/client-sdk-js/pull/1237) ([@lukasIO](https://github.com/lukasIO)) + +- Treat MissingKey as decryption failure to prevent spamming the logs - [#1241](https://github.com/livekit/client-sdk-js/pull/1241) ([@hughns](https://github.com/hughns)) + +- Update API docs for `room.getLocalDevices` - [#1243](https://github.com/livekit/client-sdk-js/pull/1243) ([@lukasIO](https://github.com/lukasIO)) + +- Fix trackProcessor creation from LocalParticipant.createTracks - [#1247](https://github.com/livekit/client-sdk-js/pull/1247) ([@lukasIO](https://github.com/lukasIO)) + ## 2.5.1 ### Patch Changes diff --git a/package.json b/package.json index fccb703d54..ca71a24c88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.5.1", + "version": "2.5.2", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",