From e9050b9fff282175a47dcf7b1dd970cf12423231 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:12:21 +0100 Subject: [PATCH] Version Packages (#959) Co-authored-by: github-actions[bot] --- .changeset/famous-laws-sell.md | 5 ----- .changeset/shy-steaks-poke.md | 5 ----- .changeset/twenty-owls-float.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/famous-laws-sell.md delete mode 100644 .changeset/shy-steaks-poke.md delete mode 100644 .changeset/twenty-owls-float.md 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",