diff --git a/.changeset/quick-turkeys-post.md b/.changeset/quick-turkeys-post.md deleted file mode 100644 index 3f27a040e4..0000000000 --- a/.changeset/quick-turkeys-post.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Improve e2e reliablility of data channel diff --git a/.changeset/violet-pillows-marry.md b/.changeset/violet-pillows-marry.md deleted file mode 100644 index 157250f0a7..0000000000 --- a/.changeset/violet-pillows-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -do not expose token with Moved events diff --git a/CHANGELOG.md b/CHANGELOG.md index a136dc70d7..5b4ee3b829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.13.5 + +### Patch Changes + +- Improve e2e reliablility of data channel - [#1546](https://github.com/livekit/client-sdk-js/pull/1546) ([@cnderrauber](https://github.com/cnderrauber)) + +- do not expose token with Moved events - [#1549](https://github.com/livekit/client-sdk-js/pull/1549) ([@davidzhao](https://github.com/davidzhao)) + ## 2.13.4 ### Patch Changes diff --git a/package.json b/package.json index c763a28542..941abd4676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.13.4", + "version": "2.13.5", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",