diff --git a/.changeset/fifty-ties-jog.md b/.changeset/fifty-ties-jog.md deleted file mode 100644 index df83b102de..0000000000 --- a/.changeset/fifty-ties-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add ConnectionErrorReason when cancelling ongoing connection attempt diff --git a/.changeset/popular-swans-greet.md b/.changeset/popular-swans-greet.md deleted file mode 100644 index f4b0585fc2..0000000000 --- a/.changeset/popular-swans-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Make Remote Tracks `getSenderStats` method public diff --git a/CHANGELOG.md b/CHANGELOG.md index 5756a7e4ac..daf78da83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.6.1 + +### Patch Changes + +- Add ConnectionErrorReason when cancelling ongoing connection attempt - [#1315](https://github.com/livekit/client-sdk-js/pull/1315) ([@lukasIO](https://github.com/lukasIO)) + +- Make Remote Tracks `getSenderStats` method public - [#1309](https://github.com/livekit/client-sdk-js/pull/1309) ([@mpnri](https://github.com/mpnri)) + ## 2.6.0 ### Minor Changes diff --git a/package.json b/package.json index 3476337d08..004b69c8a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.6.0", + "version": "2.6.1", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",