diff --git a/.changeset/angry-pens-suffer.md b/.changeset/angry-pens-suffer.md deleted file mode 100644 index d9799e983a..0000000000 --- a/.changeset/angry-pens-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Allow options to be passed into connection checker diff --git a/.changeset/dull-pens-matter.md b/.changeset/dull-pens-matter.md deleted file mode 100644 index 5517b56186..0000000000 --- a/.changeset/dull-pens-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Await data publisher connection without multiple negotiations diff --git a/.changeset/gold-tomatoes-protect.md b/.changeset/gold-tomatoes-protect.md deleted file mode 100644 index ddcb11668f..0000000000 --- a/.changeset/gold-tomatoes-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Signal local audio track feature updates diff --git a/.changeset/lemon-horses-cover.md b/.changeset/lemon-horses-cover.md deleted file mode 100644 index 26f7d46469..0000000000 --- a/.changeset/lemon-horses-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": minor ---- - -Force playback after app visibility changes back to visible diff --git a/.changeset/sour-penguins-sing.md b/.changeset/sour-penguins-sing.md deleted file mode 100644 index 4919ceedf9..0000000000 --- a/.changeset/sour-penguins-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Export internal mutex util diff --git a/.changeset/tidy-suns-refuse.md b/.changeset/tidy-suns-refuse.md deleted file mode 100644 index d9c02f3741..0000000000 --- a/.changeset/tidy-suns-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add non-svc mode (L1T1) for vp9/av1 diff --git a/.changeset/unlucky-dolls-wash.md b/.changeset/unlucky-dolls-wash.md deleted file mode 100644 index 86af72fac8..0000000000 --- a/.changeset/unlucky-dolls-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Support more scalability mode diff --git a/CHANGELOG.md b/CHANGELOG.md index b04e1057f7..95fc1baa5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 2.1.0 + +### Minor Changes + +- Force playback after app visibility changes back to visible - [#1106](https://github.com/livekit/client-sdk-js/pull/1106) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Allow options to be passed into connection checker - [#1102](https://github.com/livekit/client-sdk-js/pull/1102) ([@cscherban](https://github.com/cscherban)) + +- Await data publisher connection without multiple negotiations - [#1107](https://github.com/livekit/client-sdk-js/pull/1107) ([@lukasIO](https://github.com/lukasIO)) + +- Signal local audio track feature updates - [#1087](https://github.com/livekit/client-sdk-js/pull/1087) ([@lukasIO](https://github.com/lukasIO)) + +- Export internal mutex util - [#1110](https://github.com/livekit/client-sdk-js/pull/1110) ([@lukasIO](https://github.com/lukasIO)) + +- Add non-svc mode (L1T1) for vp9/av1 - [#1109](https://github.com/livekit/client-sdk-js/pull/1109) ([@cnderrauber](https://github.com/cnderrauber)) + +- Support more scalability mode - [#1104](https://github.com/livekit/client-sdk-js/pull/1104) ([@cnderrauber](https://github.com/cnderrauber)) + ## 2.0.10 ### Patch Changes diff --git a/package.json b/package.json index 348785838a..a615a7f819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.0.10", + "version": "2.1.0", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",