diff --git a/.changeset/fuzzy-waves-knock.md b/.changeset/fuzzy-waves-knock.md deleted file mode 100644 index 364aa4d6c2..0000000000 --- a/.changeset/fuzzy-waves-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Move PeerConnection logic into PCTransportManager diff --git a/.changeset/tasty-bears-float.md b/.changeset/tasty-bears-float.md deleted file mode 100644 index 78b8ac1d1b..0000000000 --- a/.changeset/tasty-bears-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add `startVideo` method and `RoomEvent.VideoPlaybackStatusChanged` diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee23db3b3..ac10f82892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.15.1 + +### Patch Changes + +- Move PeerConnection logic into PCTransportManager - [#909](https://github.com/livekit/client-sdk-js/pull/909) ([@lukasIO](https://github.com/lukasIO)) + +- Add `startVideo` method and `RoomEvent.VideoPlaybackStatusChanged` - [#939](https://github.com/livekit/client-sdk-js/pull/939) ([@lukasIO](https://github.com/lukasIO)) + ## 1.15.0 ### Minor Changes diff --git a/package.json b/package.json index 09bc5bf2ff..feda49b02a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "1.15.0", + "version": "1.15.1", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",