diff --git a/.changeset/seven-phones-dress.md b/.changeset/seven-phones-dress.md deleted file mode 100644 index 13209920bd..0000000000 --- a/.changeset/seven-phones-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Update dependency @bufbuild/protobuf to v1.4.1 diff --git a/.changeset/small-shirts-yawn.md b/.changeset/small-shirts-yawn.md deleted file mode 100644 index 3e227e9a07..0000000000 --- a/.changeset/small-shirts-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Demote duplicate source log to info diff --git a/.changeset/soft-sheep-occur.md b/.changeset/soft-sheep-occur.md deleted file mode 100644 index 813e44bd59..0000000000 --- a/.changeset/soft-sheep-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix reconnect when E2EE is enabled diff --git a/.changeset/tall-experts-bake.md b/.changeset/tall-experts-bake.md deleted file mode 100644 index 10eea564ec..0000000000 --- a/.changeset/tall-experts-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Don't set the autoplay attribute on video elements in Safari diff --git a/.changeset/tiny-camels-add.md b/.changeset/tiny-camels-add.md deleted file mode 100644 index 3610322045..0000000000 --- a/.changeset/tiny-camels-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Call startAudio when an audio track has been acquired in order to update audio playback status diff --git a/.changeset/tricky-grapes-cheer.md b/.changeset/tricky-grapes-cheer.md deleted file mode 100644 index fc8ad6ce8a..0000000000 --- a/.changeset/tricky-grapes-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Round start bitrate for svc diff --git a/CHANGELOG.md b/CHANGELOG.md index 514554ecec..ab77a72dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 1.14.3 + +### Patch Changes + +- Update dependency @bufbuild/protobuf to v1.4.1 - [#913](https://github.com/livekit/client-sdk-js/pull/913) ([@renovate](https://github.com/apps/renovate)) + +- Demote duplicate source log to info - [#917](https://github.com/livekit/client-sdk-js/pull/917) ([@lukasIO](https://github.com/lukasIO)) + +- Fix reconnect when E2EE is enabled - [#921](https://github.com/livekit/client-sdk-js/pull/921) ([@lukasIO](https://github.com/lukasIO)) + +- Don't set the autoplay attribute on video elements in Safari - [#918](https://github.com/livekit/client-sdk-js/pull/918) ([@lukasIO](https://github.com/lukasIO)) + +- Call startAudio when an audio track has been acquired in order to update audio playback status - [#919](https://github.com/livekit/client-sdk-js/pull/919) ([@lukasIO](https://github.com/lukasIO)) + +- Round start bitrate for svc - [#920](https://github.com/livekit/client-sdk-js/pull/920) ([@cnderrauber](https://github.com/cnderrauber)) + ## 1.14.2 ### Patch Changes diff --git a/package.json b/package.json index fb2c4a47ff..ef8edf3bd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "1.14.2", + "version": "1.14.3", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",