diff --git a/.changeset/dirty-parrots-kneel.md b/.changeset/dirty-parrots-kneel.md deleted file mode 100644 index c640320524..0000000000 --- a/.changeset/dirty-parrots-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Correctly apply elementVolume on attach for webaudioMix diff --git a/.changeset/pretty-geese-draw.md b/.changeset/pretty-geese-draw.md deleted file mode 100644 index a652a43cca..0000000000 --- a/.changeset/pretty-geese-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Simplify multi-codec simulcast usage, backupCodec: true diff --git a/CHANGELOG.md b/CHANGELOG.md index ab77a72dca..596baf0f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.14.4 + +### Patch Changes + +- Correctly apply elementVolume on attach for webaudioMix - [#922](https://github.com/livekit/client-sdk-js/pull/922) ([@lukasIO](https://github.com/lukasIO)) + +- Simplify multi-codec simulcast usage, backupCodec: true - [#923](https://github.com/livekit/client-sdk-js/pull/923) ([@davidzhao](https://github.com/davidzhao)) + ## 1.14.3 ### Patch Changes diff --git a/package.json b/package.json index ef8edf3bd7..02f0279bc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "1.14.3", + "version": "1.14.4", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",