From 6f2c79f7017ecb3b7542d9e8bb2a9a0d016b220c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 17:11:22 -0700 Subject: [PATCH] Version Packages (#924) Co-authored-by: github-actions[bot] --- .changeset/dirty-parrots-kneel.md | 5 ----- .changeset/pretty-geese-draw.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/dirty-parrots-kneel.md delete mode 100644 .changeset/pretty-geese-draw.md 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",