diff --git a/.changeset/breezy-glasses-grow.md b/.changeset/breezy-glasses-grow.md deleted file mode 100644 index a74c75b156..0000000000 --- a/.changeset/breezy-glasses-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Actually allow E2EE keyring size of 256 diff --git a/.changeset/great-moles-hammer.md b/.changeset/great-moles-hammer.md deleted file mode 100644 index 4954c5a45c..0000000000 --- a/.changeset/great-moles-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Expose server version info diff --git a/.changeset/strong-ladybugs-notice.md b/.changeset/strong-ladybugs-notice.md deleted file mode 100644 index 40d088230b..0000000000 --- a/.changeset/strong-ladybugs-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Only emit TrackStreamStateChanged events on changed stream state diff --git a/.changeset/three-cheetahs-marry.md b/.changeset/three-cheetahs-marry.md deleted file mode 100644 index 085296b638..0000000000 --- a/.changeset/three-cheetahs-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Fix duplicate ParticipantPermissionsChanged updates for the local participant diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ec2dcff9..8120947bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.5.7 + +### Patch Changes + +- Actually allow E2EE keyring size of 256 - [#1268](https://github.com/livekit/client-sdk-js/pull/1268) ([@hughns](https://github.com/hughns)) + +- Expose server version info - [#1267](https://github.com/livekit/client-sdk-js/pull/1267) ([@lukasIO](https://github.com/lukasIO)) + +- Only emit TrackStreamStateChanged events on changed stream state - [#1199](https://github.com/livekit/client-sdk-js/pull/1199) ([@lukasIO](https://github.com/lukasIO)) + +- Fix duplicate ParticipantPermissionsChanged updates for the local participant - [#1270](https://github.com/livekit/client-sdk-js/pull/1270) ([@davidzhao](https://github.com/davidzhao)) + ## 2.5.6 ### Patch Changes diff --git a/package.json b/package.json index e1522523f4..0b4a6c553d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.5.6", + "version": "2.5.7", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",