Skip to content

Commit f198246

Browse files
Version Packages (#461)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2765463 commit f198246

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/old-berries-scream.md

-5
This file was deleted.

examples/agent-dispatch/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# agent-dispatch
22

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`276546307060bc5b9e71aa9379756f2753aad224`](https://github.com/livekit/node-sdks/commit/276546307060bc5b9e71aa9379756f2753aad224)]:
8+
9+
310
## 0.0.15
411

512
### Patch Changes

examples/agent-dispatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-dispatch",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "An example demonstrating dispatching agents with an API call",
55
"private": "true",
66
"author": "LiveKit",

packages/livekit-server-sdk/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# livekit-server-sdk
22

3+
## 2.12.0
4+
5+
### Minor Changes
6+
7+
- Add destinationRoom to VideoGrant - [#460](https://github.com/livekit/node-sdks/pull/460) ([@cnderrauber](https://github.com/cnderrauber))
8+
39
## 2.11.0
410

511
### Minor Changes

packages/livekit-server-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livekit-server-sdk",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "Server-side SDK for LiveKit",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)