Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into track-key-validity-…
Browse files Browse the repository at this point in the history
…per-index
  • Loading branch information
hughns committed Oct 11, 2024
2 parents a632b54 + 0f90c36 commit 0bc7edd
Show file tree
Hide file tree
Showing 11 changed files with 97 additions and 59 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-experts-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'livekit-client': patch
---

Use happy-dom for testing instead of jsdom
5 changes: 0 additions & 5 deletions .changeset/fifty-dogs-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-llamas-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-lions-fly.md

This file was deleted.

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

## 2.5.8

### Patch Changes

- Add metrics support - [#1278](https://github.com/livekit/client-sdk-js/pull/1278) ([@lukasIO](https://github.com/lukasIO))

- Fix DTX and stereo feature reporting - [#1281](https://github.com/livekit/client-sdk-js/pull/1281) ([@lukasIO](https://github.com/lukasIO))

- Add SIP publish DTMF feature - [#1277](https://github.com/livekit/client-sdk-js/pull/1277) ([@s-hamdananwar](https://github.com/s-hamdananwar))

## 2.5.7

### Patch Changes
Expand Down
6 changes: 0 additions & 6 deletions jest.config.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-client",
"version": "2.5.7",
"version": "2.5.8",
"description": "JavaScript/TypeScript client SDK for LiveKit",
"main": "./dist/livekit-client.umd.js",
"unpkg": "./dist/livekit-client.umd.js",
Expand Down Expand Up @@ -88,7 +88,7 @@
"eslint-plugin-ecmascript-compat": "^3.0.0",
"eslint-plugin-import": "2.30.0",
"gh-pages": "6.1.1",
"jsdom": "^24.0.0",
"happy-dom": "^15.7.4",
"prettier": "^3.0.0",
"rollup": "4.24.0",
"rollup-plugin-delete": "^2.0.0",
Expand Down
Loading

0 comments on commit 0bc7edd

Please sign in to comment.