From ad285afa47b895447a4722486bfe56627614ac92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:46:32 +0200 Subject: [PATCH] Version Packages (#859) Co-authored-by: github-actions[bot] --- .changeset/gorgeous-cameras-peel.md | 5 ----- .changeset/popular-goats-provide.md | 5 ----- .changeset/ten-balloons-try.md | 5 ----- .changeset/ten-scissors-yawn.md | 5 ----- .changeset/violet-ants-help.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 7 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 .changeset/gorgeous-cameras-peel.md delete mode 100644 .changeset/popular-goats-provide.md delete mode 100644 .changeset/ten-balloons-try.md delete mode 100644 .changeset/ten-scissors-yawn.md delete mode 100644 .changeset/violet-ants-help.md diff --git a/.changeset/gorgeous-cameras-peel.md b/.changeset/gorgeous-cameras-peel.md deleted file mode 100644 index 4c0484ba5f..0000000000 --- a/.changeset/gorgeous-cameras-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Disable opus RED when using E2EE diff --git a/.changeset/popular-goats-provide.md b/.changeset/popular-goats-provide.md deleted file mode 100644 index 5914279c5c..0000000000 --- a/.changeset/popular-goats-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Make audio analyser cleanup function async diff --git a/.changeset/ten-balloons-try.md b/.changeset/ten-balloons-try.md deleted file mode 100644 index b27cf7ea39..0000000000 --- a/.changeset/ten-balloons-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Strip SIF trailer before enqueuing it diff --git a/.changeset/ten-scissors-yawn.md b/.changeset/ten-scissors-yawn.md deleted file mode 100644 index 1d2626b522..0000000000 --- a/.changeset/ten-scissors-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Update h360 video preset diff --git a/.changeset/violet-ants-help.md b/.changeset/violet-ants-help.md deleted file mode 100644 index c797b4de1f..0000000000 --- a/.changeset/violet-ants-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Fix infinite metadata loop when canUpdateOwnMetadata is granted diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cbe2ca40c..30749be489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 1.13.3 + +### Patch Changes + +- Disable opus RED when using E2EE - [#858](https://github.com/livekit/client-sdk-js/pull/858) ([@lukasIO](https://github.com/lukasIO)) + +- Make audio analyser cleanup function async - [#867](https://github.com/livekit/client-sdk-js/pull/867) ([@kand193](https://github.com/kand193)) + +- Strip SIF trailer before enqueuing it - [#868](https://github.com/livekit/client-sdk-js/pull/868) ([@lukasIO](https://github.com/lukasIO)) + +- Update h360 video preset - [#872](https://github.com/livekit/client-sdk-js/pull/872) ([@davidzhao](https://github.com/davidzhao)) + +- Fix infinite metadata loop when canUpdateOwnMetadata is granted - [#871](https://github.com/livekit/client-sdk-js/pull/871) ([@davidzhao](https://github.com/davidzhao)) + ## 1.13.2 ### Patch Changes diff --git a/package.json b/package.json index e445533aa6..73dd197fb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "1.13.2", + "version": "1.13.3", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",