Skip to content

Commit 08eade4

Browse files
Version Packages
1 parent b1e3bf2 commit 08eade4

File tree

8 files changed

+24
-23
lines changed

8 files changed

+24
-23
lines changed

.changeset/big-steaks-give.md

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

.changeset/cold-feet-worry.md

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

.changeset/giant-sloths-stare.md

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

.changeset/pretty-lobsters-reply.md

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

CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- Adding public apis for Livekit Phone Numbers feature - [#1146](https://github.com/livekit/protocol/pull/1146) ([@nishadmusthafa](https://github.com/nishadmusthafa))
8+
9+
### Minor Changes
10+
11+
- Add encryption metadata for data packets - [#1127](https://github.com/livekit/protocol/pull/1127) ([@lukasIO](https://github.com/lukasIO))
12+
313
## 1.40.0
414

515
### 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.40.0",
4+
"version": "2.0.0",
55
"scripts": {
66
"changeset": "changeset",
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

packages/javascript/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Minor Changes
6+
7+
- Add encryption metadata for data packets - [#1127](https://github.com/livekit/protocol/pull/1127) ([@lukasIO](https://github.com/lukasIO))
8+
9+
### Patch Changes
10+
11+
- Add SIPHostnamePrefix - [#1155](https://github.com/livekit/protocol/pull/1155) ([@biglittlebigben](https://github.com/biglittlebigben))
12+
13+
- update agents observability codegen - [#1173](https://github.com/livekit/protocol/pull/1173) ([@paulwe](https://github.com/paulwe))
14+
315
## 1.40.0
416

517
### Patch Changes

packages/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/protocol",
3-
"version": "1.40.0",
3+
"version": "2.0.0",
44
"description": "",
55
"type": "module",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)