diff --git a/.changeset/empty-bugs-pull.md b/.changeset/empty-bugs-pull.md deleted file mode 100644 index 4bf90596..00000000 --- a/.changeset/empty-bugs-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/rtc-node": patch ---- - -fix(rtc): consistent connection state handling diff --git a/packages/livekit-rtc/CHANGELOG.md b/packages/livekit-rtc/CHANGELOG.md index db2f8ec6..810bdd6a 100644 --- a/packages/livekit-rtc/CHANGELOG.md +++ b/packages/livekit-rtc/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/rtc-node +## 0.13.27 + +### Patch Changes + +- fix(rtc): consistent connection state handling - [#655](https://github.com/livekit/node-sdks/pull/655) ([@lukasIO](https://github.com/lukasIO)) + ## 0.13.26 ### Patch Changes diff --git a/packages/livekit-rtc/package.json b/packages/livekit-rtc/package.json index e97c9cce..7d01872d 100644 --- a/packages/livekit-rtc/package.json +++ b/packages/livekit-rtc/package.json @@ -3,7 +3,7 @@ "description": "LiveKit RTC Node", "license": "Apache-2.0", "author": "LiveKit", - "version": "0.13.26", + "version": "0.13.27", "main": "dist/index.js", "require": "dist/index.cjs", "types": "dist/index.d.ts",