Skip to content

Commit 553f87b

Browse files
Version Packages (#933)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7b5c5cd commit 553f87b

File tree

9 files changed

+26
-28
lines changed

9 files changed

+26
-28
lines changed

.changeset/healthy-poets-tan.md

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

.changeset/nervous-chicken-sparkle.md

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

.changeset/tall-fans-try.md

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

.changeset/tame-suits-sneeze.md

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

.changeset/yellow-poets-teach.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+
## 1.31.0
4+
5+
### Minor Changes
6+
7+
- Add media encryption options for SIP. - [#892](https://github.com/livekit/protocol/pull/892) ([@dennwc](https://github.com/dennwc))
8+
9+
### Patch Changes
10+
11+
- include room preset/config in SIP tokens - [#932](https://github.com/livekit/protocol/pull/932) ([@davidzhao](https://github.com/davidzhao))
12+
313
## 1.30.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.30.0",
4+
"version": "1.31.0",
55
"scripts": {
66
"changeset": "changeset",
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

packages/javascript/CHANGELOG.md

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

3+
## 1.31.0
4+
5+
### Minor Changes
6+
7+
- Add media encryption options for SIP. - [#892](https://github.com/livekit/protocol/pull/892) ([@dennwc](https://github.com/dennwc))
8+
9+
### Patch Changes
10+
11+
- Add "Enabled" flag to ingresses to allow preventing an ingress to become active without deleting it. - [#937](https://github.com/livekit/protocol/pull/937) ([@biglittlebigben](https://github.com/biglittlebigben))
12+
13+
- Add DataStream.Trailer for finalizing streams - [#940](https://github.com/livekit/protocol/pull/940) ([@lukasIO](https://github.com/lukasIO))
14+
15+
- Add SIPCallDirection to SIPCallInfo - [#938](https://github.com/livekit/protocol/pull/938) ([@biglittlebigben](https://github.com/biglittlebigben))
16+
317
## 1.30.0
418

519
### Minor 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.30.0",
3+
"version": "1.31.0",
44
"description": "",
55
"type": "module",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)