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",