Skip to content

Commit 3573383

Browse files
Version Packages
1 parent 7fd3701 commit 3573383

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

.changeset/swift-swans-sit.md

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

CHANGELOG.md

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

3+
## 1.45.4
4+
35
## 1.45.3
46

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

packages/javascript/CHANGELOG.md

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

3+
## 1.45.4
4+
5+
### Patch Changes
6+
7+
- move proto options to use lk reserved range - [#1495](https://github.com/livekit/protocol/pull/1495) ([@paulwe](https://github.com/paulwe))
8+
39
## 1.45.3
410

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

0 commit comments

Comments
 (0)