Skip to content

Commit a920df2

Browse files
Version Packages (#1488)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a61ca93 commit a920df2

6 files changed

Lines changed: 16 additions & 14 deletions

File tree

.changeset/lazy-clouds-breathe.md

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

.changeset/ready-boats-beg.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.45.3
4+
5+
### Patch Changes
6+
7+
- Add SUSPENDED node state. - [#1486](https://github.com/livekit/protocol/pull/1486) ([@boks1971](https://github.com/boks1971))
8+
39
## 1.45.2
410

511
## 1.45.1

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

packages/javascript/CHANGELOG.md

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

3+
## 1.45.3
4+
5+
### Patch Changes
6+
7+
- Add SUSPENDED node state. - [#1486](https://github.com/livekit/protocol/pull/1486) ([@boks1971](https://github.com/boks1971))
8+
9+
- Add get_framework_info request/response support in agent session protocol and regenerate JavaScript protobuf types. - [#1493](https://github.com/livekit/protocol/pull/1493) ([@toubatbrian](https://github.com/toubatbrian))
10+
311
## 1.45.2
412

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

0 commit comments

Comments
 (0)