Skip to content

Commit 2ec7b86

Browse files
Version Packages (#1012)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d92d3e commit 2ec7b86

File tree

9 files changed

+28
-29
lines changed

9 files changed

+28
-29
lines changed

.changeset/cuddly-dryers-guess.md

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

.changeset/lovely-keys-count.md

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

.changeset/olive-lions-mate.md

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

.changeset/sip-fix-rule-update.md

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

.changeset/yellow-beers-sin.md

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

CHANGELOG.md

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

3+
## 1.36.0
4+
5+
### Minor Changes
6+
7+
- add cloud agents - [#1010](https://github.com/livekit/protocol/pull/1010) ([@real-danm](https://github.com/real-danm))
8+
9+
- sdp.go: add helper functions for simulcast and trackId - [#1018](https://github.com/livekit/protocol/pull/1018) ([@anunaym14](https://github.com/anunaym14))
10+
11+
- Update API for SIP. - [#869](https://github.com/livekit/protocol/pull/869) ([@dennwc](https://github.com/dennwc))
12+
13+
### Patch Changes
14+
15+
- Fix incremental SIP dispatch rule update. - [#1014](https://github.com/livekit/protocol/pull/1014) ([@dennwc](https://github.com/dennwc))
16+
317
## 1.35.0
418

519
### 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.35.0",
4+
"version": "1.36.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+
## 1.36.0
4+
5+
### Minor Changes
6+
7+
- add cloud agents - [#1010](https://github.com/livekit/protocol/pull/1010) ([@real-danm](https://github.com/real-danm))
8+
9+
- Update API for SIP. - [#869](https://github.com/livekit/protocol/pull/869) ([@dennwc](https://github.com/dennwc))
10+
11+
### Patch Changes
12+
13+
- Add KindDetails enum on ParticipantInfo - [#1019](https://github.com/livekit/protocol/pull/1019) ([@lukasIO](https://github.com/lukasIO))
14+
315
## 1.35.0
416

517
### 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.35.0",
3+
"version": "1.36.0",
44
"description": "",
55
"type": "module",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)