Skip to content

Commit 0ff9f7f

Browse files
Version Packages
1 parent 9edbac9 commit 0ff9f7f

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/nine-frogs-repair.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.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9edbac9ca04d2a23c55665099684e3d884842dc4`](https://github.com/livekit/node-sdks/commit/9edbac9ca04d2a23c55665099684e3d884842dc4)]:
8+
9+
310
## 0.0.22
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.22",
3+
"version": "0.0.23",
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.14.2
4+
5+
### Patch Changes
6+
7+
- Add media encryption field to inbound and outbound SIP trunks - [#570](https://github.com/livekit/node-sdks/pull/570) ([@chrisackermann](https://github.com/chrisackermann))
8+
39
## 2.14.1
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.14.1",
3+
"version": "2.14.2",
44
"description": "Server-side SDK for LiveKit",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)