diff --git a/.changeset/chilly-grapes-report.md b/.changeset/chilly-grapes-report.md deleted file mode 100644 index e32b3c761f..0000000000 --- a/.changeset/chilly-grapes-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Use legacy SVC encoding specification for React-Native diff --git a/.changeset/dirty-mayflies-build.md b/.changeset/dirty-mayflies-build.md deleted file mode 100644 index fe419d309c..0000000000 --- a/.changeset/dirty-mayflies-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Make sure setting a new processor doesn't remove the processor html element diff --git a/.changeset/eight-pugs-cough.md b/.changeset/eight-pugs-cough.md deleted file mode 100644 index 2634419013..0000000000 --- a/.changeset/eight-pugs-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": minor ---- - -Allow processors to be set as part of track publish options diff --git a/.changeset/fifty-steaks-fly.md b/.changeset/fifty-steaks-fly.md deleted file mode 100644 index 502ec928c7..0000000000 --- a/.changeset/fifty-steaks-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": minor ---- - -Support SIP DTMF data messages. diff --git a/.changeset/fifty-suns-sort.md b/.changeset/fifty-suns-sort.md deleted file mode 100644 index 116e7dc817..0000000000 --- a/.changeset/fifty-suns-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add support for ParticipantKind diff --git a/.changeset/four-islands-try.md b/.changeset/four-islands-try.md deleted file mode 100644 index c723ed40ac..0000000000 --- a/.changeset/four-islands-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Also set audioOutput on audioElements when using webAudioMix diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e21ced601..04f462dce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.2.0 + +### Minor Changes + +- Allow processors to be set as part of track publish options - [#1143](https://github.com/livekit/client-sdk-js/pull/1143) ([@lukasIO](https://github.com/lukasIO)) + +- Support SIP DTMF data messages. - [#1130](https://github.com/livekit/client-sdk-js/pull/1130) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Use legacy SVC encoding specification for React-Native - [#1093](https://github.com/livekit/client-sdk-js/pull/1093) ([@davidzhao](https://github.com/davidzhao)) + +- Make sure setting a new processor doesn't remove the processor html element - [#1149](https://github.com/livekit/client-sdk-js/pull/1149) ([@lukasIO](https://github.com/lukasIO)) + +- Add support for ParticipantKind - [#1150](https://github.com/livekit/client-sdk-js/pull/1150) ([@lukasIO](https://github.com/lukasIO)) + +- Also set audioOutput on audioElements when using webAudioMix - [#1145](https://github.com/livekit/client-sdk-js/pull/1145) ([@lukasIO](https://github.com/lukasIO)) + ## 2.1.5 ### Patch Changes diff --git a/package.json b/package.json index 9c80748f25..3bc999e67c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.1.5", + "version": "2.2.0", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",