From 15b97557bd35d0e62dae2cd084a840eda2981dbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:27:56 +0200 Subject: [PATCH] Version Packages (#940) Co-authored-by: github-actions[bot] --- .changeset/fuzzy-waves-knock.md | 5 ----- .changeset/tasty-bears-float.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fuzzy-waves-knock.md delete mode 100644 .changeset/tasty-bears-float.md 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",