Skip to content

Commit 95eb88f

Browse files
Version Packages
1 parent 931cd97 commit 95eb88f

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/afraid-yaks-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/heavy-baths-double.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stupid-suns-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wild-planets-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 2.15.14
4+
5+
### Patch Changes
6+
7+
- Apply server supplied cache control settings for region url provider - [#1669](https://github.com/livekit/client-sdk-js/pull/1669) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Only export types for TokenSource variants to try to push users to use the TokenSource.foo static constructors instead - [#1707](https://github.com/livekit/client-sdk-js/pull/1707) ([@1egoman](https://github.com/1egoman))
10+
11+
- Cache region settings per project - [#1709](https://github.com/livekit/client-sdk-js/pull/1709) ([@lukasIO](https://github.com/lukasIO))
12+
13+
- Export decodeTokenPayload from package - [#1710](https://github.com/livekit/client-sdk-js/pull/1710) ([@1egoman](https://github.com/1egoman))
14+
315
## 2.15.13
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livekit-client",
3-
"version": "2.15.13",
3+
"version": "2.15.14",
44
"description": "JavaScript/TypeScript client SDK for LiveKit",
55
"main": "./dist/livekit-client.umd.js",
66
"unpkg": "./dist/livekit-client.umd.js",

0 commit comments

Comments
 (0)