diff --git a/.changeset/eleven-ravens-wonder.md b/.changeset/eleven-ravens-wonder.md deleted file mode 100644 index ed4a6690b1..0000000000 --- a/.changeset/eleven-ravens-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Read deviceId from source mediastreamtrack diff --git a/.changeset/four-impalas-lay.md b/.changeset/four-impalas-lay.md deleted file mode 100644 index 99bf65f6e2..0000000000 --- a/.changeset/four-impalas-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Replace protocol submodule with npm package diff --git a/.changeset/swift-peaches-compare.md b/.changeset/swift-peaches-compare.md deleted file mode 100644 index f48e3fe6e0..0000000000 --- a/.changeset/swift-peaches-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Demote facingMode logs to trace diff --git a/CHANGELOG.md b/CHANGELOG.md index df9b11c8e1..7ade85e275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.0.6 + +### Patch Changes + +- Read deviceId from source mediastreamtrack - [#1068](https://github.com/livekit/client-sdk-js/pull/1068) ([@lukasIO](https://github.com/lukasIO)) + +- Replace protocol submodule with npm package - [#1067](https://github.com/livekit/client-sdk-js/pull/1067) ([@lukasIO](https://github.com/lukasIO)) + +- Demote facingMode logs to trace - [#1065](https://github.com/livekit/client-sdk-js/pull/1065) ([@lukasIO](https://github.com/lukasIO)) + ## 2.0.5 ### Patch Changes diff --git a/package.json b/package.json index 86814a2aee..eef77b63bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.0.5", + "version": "2.0.6", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",