diff --git a/.changeset/dry-islands-hug.md b/.changeset/dry-islands-hug.md deleted file mode 100644 index 91af7dc5ac..0000000000 --- a/.changeset/dry-islands-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix normalising of default device Ids in DeviceManager diff --git a/.changeset/kind-nails-battle.md b/.changeset/kind-nails-battle.md deleted file mode 100644 index 74b425761c..0000000000 --- a/.changeset/kind-nails-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix resumeUpstream with local track processors enabled diff --git a/.changeset/moody-apples-speak.md b/.changeset/moody-apples-speak.md deleted file mode 100644 index 1911204ff8..0000000000 --- a/.changeset/moody-apples-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': minor ---- - -Disable webAudioMix by default diff --git a/.changeset/rude-hounds-worry.md b/.changeset/rude-hounds-worry.md deleted file mode 100644 index 45b5e9a214..0000000000 --- a/.changeset/rude-hounds-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': minor ---- - -Add RoomEvent.SignalReconnecting and ConnectionState.SignalReconnecting diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f462dce6..7dd4295777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.3.0 + +### Minor Changes + +- Disable webAudioMix by default - [#1159](https://github.com/livekit/client-sdk-js/pull/1159) ([@lukasIO](https://github.com/lukasIO)) + +- Add RoomEvent.SignalReconnecting and ConnectionState.SignalReconnecting - [#1158](https://github.com/livekit/client-sdk-js/pull/1158) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Fix normalising of default device Ids in DeviceManager - [#1162](https://github.com/livekit/client-sdk-js/pull/1162) ([@lukasIO](https://github.com/lukasIO)) + +- Fix resumeUpstream with local track processors enabled - [#1157](https://github.com/livekit/client-sdk-js/pull/1157) ([@kyleparrott](https://github.com/kyleparrott)) + ## 2.2.0 ### Minor Changes diff --git a/package.json b/package.json index 29e8db96ff..7fe5643b65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.2.0", + "version": "2.3.0", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",