diff --git a/.changeset/famous-laws-sell.md b/.changeset/famous-laws-sell.md deleted file mode 100644 index 764b7d13dd..0000000000 --- a/.changeset/famous-laws-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add ConnectionQuality.Lost diff --git a/.changeset/shy-steaks-poke.md b/.changeset/shy-steaks-poke.md deleted file mode 100644 index dcdb21bd15..0000000000 --- a/.changeset/shy-steaks-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add isAgent getter on participant diff --git a/.changeset/twenty-owls-float.md b/.changeset/twenty-owls-float.md deleted file mode 100644 index e147abd971..0000000000 --- a/.changeset/twenty-owls-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Improve auto playback handling diff --git a/CHANGELOG.md b/CHANGELOG.md index b34046450b..b1ada49fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 1.15.4 + +### Patch Changes + +- Add ConnectionQuality.Lost - [#961](https://github.com/livekit/client-sdk-js/pull/961) ([@lukasIO](https://github.com/lukasIO)) + +- Add isAgent getter on participant - [#960](https://github.com/livekit/client-sdk-js/pull/960) ([@lukasIO](https://github.com/lukasIO)) + +- Improve auto playback handling - [#958](https://github.com/livekit/client-sdk-js/pull/958) ([@lukasIO](https://github.com/lukasIO)) + ## 1.15.3 ### Patch Changes diff --git a/package.json b/package.json index e062917b0b..1f6f775ccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "1.15.3", + "version": "1.15.4", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",