diff --git a/.changeset/red-tools-juggle.md b/.changeset/red-tools-juggle.md deleted file mode 100644 index 76749a4837..0000000000 --- a/.changeset/red-tools-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix processor passing in CreateLocalTracks options diff --git a/.changeset/tame-news-study.md b/.changeset/tame-news-study.md deleted file mode 100644 index ef3fabf0b9..0000000000 --- a/.changeset/tame-news-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Await pending publications with timeout diff --git a/CHANGELOG.md b/CHANGELOG.md index 499607e0fd..c218b2fe0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.7.1 + +### Patch Changes + +- Fix processor passing in CreateLocalTracks options - [#1329](https://github.com/livekit/client-sdk-js/pull/1329) ([@lukasIO](https://github.com/lukasIO)) + +- Await pending publications with timeout - [#1324](https://github.com/livekit/client-sdk-js/pull/1324) ([@lukasIO](https://github.com/lukasIO)) + ## 2.7.0 ### Minor Changes diff --git a/package.json b/package.json index ed1b9392a3..b2b570b2ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.7.0", + "version": "2.7.1", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",