Skip to content

Commit 499c17c

Browse files
Version Packages (#1061)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 690e17f commit 499c17c

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

.changeset/lazy-snails-happen.md

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

.changeset/tired-states-smash.md

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

.changeset/young-clouds-pull.md

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

CHANGELOG.md

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

3+
## 1.38.0
4+
5+
### Minor Changes
6+
7+
- feat: MoveParticipant API - [#1065](https://github.com/livekit/protocol/pull/1065) ([@cnderrauber](https://github.com/cnderrauber))
8+
39
## 1.37.1
410

511
### Patch 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.37.1",
4+
"version": "1.38.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.38.0
4+
5+
### Minor Changes
6+
7+
- feat: MoveParticipant API - [#1065](https://github.com/livekit/protocol/pull/1065) ([@cnderrauber](https://github.com/cnderrauber))
8+
9+
### Patch Changes
10+
11+
- fix memory path for cgroups v2 - [#1060](https://github.com/livekit/protocol/pull/1060) ([@boks1971](https://github.com/boks1971))
12+
13+
- Fix paths and simplify. - [#1062](https://github.com/livekit/protocol/pull/1062) ([@boks1971](https://github.com/boks1971))
14+
315
## 1.37.1
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.37.1",
3+
"version": "1.38.0",
44
"description": "",
55
"type": "module",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)