From f51089ab4ca3a83d203510a4e391d75eaa3ede2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:57:50 +0100 Subject: [PATCH] Version Packages (#1322) Co-authored-by: github-actions[bot] --- .changeset/mighty-stingrays-sniff.md | 5 ----- .changeset/wicked-frogs-beg.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/mighty-stingrays-sniff.md delete mode 100644 .changeset/wicked-frogs-beg.md diff --git a/.changeset/mighty-stingrays-sniff.md b/.changeset/mighty-stingrays-sniff.md deleted file mode 100644 index 7809a96a43..0000000000 --- a/.changeset/mighty-stingrays-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add voiceIsolation constraint to AudioCaptureOptions diff --git a/.changeset/wicked-frogs-beg.md b/.changeset/wicked-frogs-beg.md deleted file mode 100644 index ebd378c0bc..0000000000 --- a/.changeset/wicked-frogs-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Forward disconnect reason on leave requests and ConnectionErrors diff --git a/CHANGELOG.md b/CHANGELOG.md index 717fcc60e2..d797734f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.6.3 + +### Patch Changes + +- Add voiceIsolation constraint to AudioCaptureOptions - [#1320](https://github.com/livekit/client-sdk-js/pull/1320) ([@lukasIO](https://github.com/lukasIO)) + +- Forward disconnect reason on leave requests and ConnectionErrors - [#1323](https://github.com/livekit/client-sdk-js/pull/1323) ([@lukasIO](https://github.com/lukasIO)) + ## 2.6.2 ### Patch Changes diff --git a/package.json b/package.json index ad36c91cc1..0c7c2ba80f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.6.2", + "version": "2.6.3", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",