diff --git a/.changeset/thick-waves-agree.md b/.changeset/thick-waves-agree.md deleted file mode 100644 index b19a871779..0000000000 --- a/.changeset/thick-waves-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix blocking main thread on parallel publishing requests diff --git a/CHANGELOG.md b/CHANGELOG.md index c218b2fe0c..77e90b3c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.7.2 + +### Patch Changes + +- Fix blocking main thread on parallel publishing requests - [#1336](https://github.com/livekit/client-sdk-js/pull/1336) ([@lukasIO](https://github.com/lukasIO)) + ## 2.7.1 ### Patch Changes diff --git a/package.json b/package.json index b2b570b2ff..727e2c2093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.7.1", + "version": "2.7.2", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",