From 48c1bbdb6c5567ee93c7d9548e5ea928af3aeb8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 17:49:57 +0200 Subject: [PATCH] Version Packages (#1142) Co-authored-by: github-actions[bot] --- .changeset/giant-hairs-happen.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/giant-hairs-happen.md diff --git a/.changeset/giant-hairs-happen.md b/.changeset/giant-hairs-happen.md deleted file mode 100644 index 0dfc0a494c..0000000000 --- a/.changeset/giant-hairs-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Override sender getter on LocalVideoTrack diff --git a/CHANGELOG.md b/CHANGELOG.md index 90044fc4e6..8e21ced601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.1.5 + +### Patch Changes + +- Override sender getter on LocalVideoTrack - [#1141](https://github.com/livekit/client-sdk-js/pull/1141) ([@lukasIO](https://github.com/lukasIO)) + ## 2.1.4 ### Patch Changes diff --git a/package.json b/package.json index 92a7cd8042..9c80748f25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.1.4", + "version": "2.1.5", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",