diff --git a/.changeset/curvy-singers-whisper.md b/.changeset/curvy-singers-whisper.md deleted file mode 100644 index 422ad4efbd..0000000000 --- a/.changeset/curvy-singers-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Emit transcription on transcribedParticipantIdentity and update protocol diff --git a/.changeset/forty-mirrors-compete.md b/.changeset/forty-mirrors-compete.md deleted file mode 100644 index 5b47b903cd..0000000000 --- a/.changeset/forty-mirrors-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Wait for pending publish promise before attempting to unpublish track diff --git a/.changeset/healthy-insects-jump.md b/.changeset/healthy-insects-jump.md deleted file mode 100644 index 955ffd5da7..0000000000 --- a/.changeset/healthy-insects-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add vp9 support for E2EE diff --git a/.changeset/modern-bananas-watch.md b/.changeset/modern-bananas-watch.md deleted file mode 100644 index 9e65b5d54e..0000000000 --- a/.changeset/modern-bananas-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Ensure app visibility listeners are only added for video tracks diff --git a/.changeset/sixty-guests-drive.md b/.changeset/sixty-guests-drive.md deleted file mode 100644 index fa217b2c1e..0000000000 --- a/.changeset/sixty-guests-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix activeSpeakers has old participant when participant sid changed diff --git a/CHANGELOG.md b/CHANGELOG.md index 919216a864..bc1c0ab210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.3.2 + +### Patch Changes + +- Emit transcription on transcribedParticipantIdentity and update protocol - [#1177](https://github.com/livekit/client-sdk-js/pull/1177) ([@lukasIO](https://github.com/lukasIO)) + +- Wait for pending publish promise before attempting to unpublish track - [#1178](https://github.com/livekit/client-sdk-js/pull/1178) ([@lukasIO](https://github.com/lukasIO)) + +- Add vp9 support for E2EE - [#836](https://github.com/livekit/client-sdk-js/pull/836) ([@lukasIO](https://github.com/lukasIO)) + +- Ensure app visibility listeners are only added for video tracks - [#1173](https://github.com/livekit/client-sdk-js/pull/1173) ([@renovate](https://github.com/apps/renovate)) + +- Fix activeSpeakers has old participant when participant sid changed - [#1180](https://github.com/livekit/client-sdk-js/pull/1180) ([@zesun96](https://github.com/zesun96)) + ## 2.3.1 ### Patch Changes diff --git a/package.json b/package.json index 8c2ec47bc6..d1c66fe247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.3.1", + "version": "2.3.2", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",