Skip to content

Commit b6fc1f6

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

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fresh-birds-admire.md

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

examples/agent-dispatch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# agent-dispatch
22

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

512
### Patch Changes

examples/agent-dispatch/package.json

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

packages/livekit-server-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# livekit-server-sdk
22

3+
## 2.13.3
4+
5+
### Patch Changes
6+
7+
- Add webhook event participant_connection_aborted - [#528](https://github.com/livekit/node-sdks/pull/528) ([@boks1971](https://github.com/boks1971))
8+
39
## 2.13.2
410

511
### Patch Changes

packages/livekit-server-sdk/package.json

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

0 commit comments

Comments
 (0)