diff --git a/.changeset/afraid-humans-visit.md b/.changeset/afraid-humans-visit.md deleted file mode 100644 index f4fdceb4e8..0000000000 --- a/.changeset/afraid-humans-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Make sure that processorElement stays muted after attach diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a8e20307..5cab7ca3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.15.6 + +### Patch Changes + +- Make sure that processorElement stays muted after attach - [#984](https://github.com/livekit/client-sdk-js/pull/984) ([@lukasIO](https://github.com/lukasIO)) + ## 1.15.5 ### Patch Changes diff --git a/package.json b/package.json index 7db749bf5a..b007a52785 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "1.15.5", + "version": "1.15.6", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",