diff --git a/.changeset/hot-kangaroos-teach.md b/.changeset/hot-kangaroos-teach.md deleted file mode 100644 index 13765d8951..0000000000 --- a/.changeset/hot-kangaroos-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Prevent backup codec publishing when e2ee is enabled diff --git a/.changeset/proud-drinks-shout.md b/.changeset/proud-drinks-shout.md deleted file mode 100644 index 72d592b607..0000000000 --- a/.changeset/proud-drinks-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Use enum to track connection state of signal client diff --git a/.changeset/wild-steaks-switch.md b/.changeset/wild-steaks-switch.md deleted file mode 100644 index 58037ec06c..0000000000 --- a/.changeset/wild-steaks-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Disable VP9 for Safari 15, AV1 for Safari (incomplete support) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c2325378..b34046450b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 1.15.3 + +### Patch Changes + +- Prevent backup codec publishing when e2ee is enabled - [#943](https://github.com/livekit/client-sdk-js/pull/943) ([@lukasIO](https://github.com/lukasIO)) + +- Use enum to track connection state of signal client - [#949](https://github.com/livekit/client-sdk-js/pull/949) ([@lukasIO](https://github.com/lukasIO)) + +- Disable VP9 for Safari 15, AV1 for Safari (incomplete support) - [#950](https://github.com/livekit/client-sdk-js/pull/950) ([@davidzhao](https://github.com/davidzhao)) + ## 1.15.2 ### Patch Changes diff --git a/package.json b/package.json index e8c92558df..8c275a4a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "1.15.2", + "version": "1.15.3", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",