Skip to content

Commit

Permalink
Version Packages (#1208)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 14, 2024
1 parent cd214f7 commit ae9f506
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-rocks-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-hairs-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-moons-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-badgers-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-foxes-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-apricots-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-shirts-notice.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 2.5.0

### Minor Changes

- Add RemoteTrack.setPlayoutDelay and make receiver non-optional in RemoteTrack constructor - [#1209](https://github.com/livekit/client-sdk-js/pull/1209) ([@lukasIO](https://github.com/lukasIO))

### Patch Changes

- Update protocol - [#1214](https://github.com/livekit/client-sdk-js/pull/1214) ([@lukasIO](https://github.com/lukasIO))

- Add support for generic RequestResponse - [#1221](https://github.com/livekit/client-sdk-js/pull/1221) ([@lukasIO](https://github.com/lukasIO))

- Clear pingInterval at start of disconnect processing - [#1217](https://github.com/livekit/client-sdk-js/pull/1217) ([@lukasIO](https://github.com/lukasIO))

- Log offer before munging - [#1218](https://github.com/livekit/client-sdk-js/pull/1218) ([@lukasIO](https://github.com/lukasIO))

- Add internal LocalTrackSubscribed engine event - [#1222](https://github.com/livekit/client-sdk-js/pull/1222) ([@lukasIO](https://github.com/lukasIO))

- Use kind instead of mediaType for outbound-rtp stats in PublishVideoCheck and PublishAudioCheck helpers - [#1207](https://github.com/livekit/client-sdk-js/pull/1207) ([@svajunas-budrys](https://github.com/svajunas-budrys))

## 2.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-client",
"version": "2.4.2",
"version": "2.5.0",
"description": "JavaScript/TypeScript client SDK for LiveKit",
"main": "./dist/livekit-client.umd.js",
"unpkg": "./dist/livekit-client.umd.js",
Expand Down

0 comments on commit ae9f506

Please sign in to comment.