Version Packages (#1258)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-16 09:11:25 +02:00
committed by GitHub
parent e66e40a46b
commit bf6dd2ef64
5 changed files with 14 additions and 8 deletions
-6
View File
@@ -1,6 +0,0 @@
---
"github.com/livekit/protocol": patch
"@livekit/protocol": patch
---
Include mid in SessionDescription
+6
View File
@@ -1,5 +1,11 @@
# github.com/livekit/protocol
## 1.42.2
### Patch Changes
- Include mid in SessionDescription - [#1257](https://github.com/livekit/protocol/pull/1257) ([@lukasIO](https://github.com/lukasIO))
## 1.42.1
## 1.42.0
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "github.com/livekit/protocol",
"private": true,
"version": "1.42.1",
"version": "1.42.2",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
+6
View File
@@ -1,5 +1,11 @@
# @livekit/protocol
## 1.42.2
### Patch Changes
- Include mid in SessionDescription - [#1257](https://github.com/livekit/protocol/pull/1257) ([@lukasIO](https://github.com/lukasIO))
## 1.42.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@livekit/protocol",
"version": "1.42.1",
"version": "1.42.2",
"description": "",
"type": "module",
"require": "dist/index.cjs",