Skip to content

Commit 5cb3da5

Browse files
Version Packages
1 parent 1818f02 commit 5cb3da5

12 files changed

+32
-43
lines changed

.changeset/beige-impalas-judge.md

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

.changeset/green-groups-unite.md

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

.changeset/heavy-dodos-act.md

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

.changeset/legal-paths-chew.md

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

.changeset/mean-poems-mix.md

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

.changeset/neat-mirrors-move.md

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

.changeset/sixty-numbers-lick.md

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

.changeset/spotty-spies-dance.md

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# github.com/livekit/protocol
22

3+
## 1.42.0
4+
5+
### Minor Changes
6+
7+
- rename ListUpdate "del" field to "rename" - [#1203](https://github.com/livekit/protocol/pull/1203) ([@rektdeckard](https://github.com/rektdeckard))
8+
9+
- Utilities for phone number functionality - [#1206](https://github.com/livekit/protocol/pull/1206) ([@nishadmusthafa](https://github.com/nishadmusthafa))
10+
11+
- Adding a call_context field to SIPCallInfo - [#1188](https://github.com/livekit/protocol/pull/1188) ([@nishadmusthafa](https://github.com/nishadmusthafa))
12+
13+
### Patch Changes
14+
15+
- Adding get and update apis for livekit phone numbers - [#1179](https://github.com/livekit/protocol/pull/1179) ([@nishadmusthafa](https://github.com/nishadmusthafa))
16+
17+
- Unifying data types for phone numbers - [#1190](https://github.com/livekit/protocol/pull/1190) ([@nishadmusthafa](https://github.com/nishadmusthafa))
18+
19+
- Adding an rpc to record call context using SipCallInfo - [#1189](https://github.com/livekit/protocol/pull/1189) ([@nishadmusthafa](https://github.com/nishadmusthafa))
20+
321
## 1.41.0
422

523
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github.com/livekit/protocol",
33
"private": true,
4-
"version": "1.41.0",
4+
"version": "1.42.0",
55
"scripts": {
66
"changeset": "changeset",
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

0 commit comments

Comments
 (0)