Skip to content

Commit 7a5045e

Browse files
Version Packages
1 parent 33d360b commit 7a5045e

File tree

9 files changed

+28
-30
lines changed

9 files changed

+28
-30
lines changed

.changeset/nervous-ways-yawn.md

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

.changeset/popular-dodos-study.md

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

.changeset/sip-status-helper.md

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

.changeset/thick-rivers-mate.md

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

.changeset/tricky-ties-marry.md

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

CHANGELOG.md

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

3+
## 1.37.0
4+
5+
### Minor Changes
6+
7+
- Add helper to get SIP call status from an error. - [#1028](https://github.com/livekit/protocol/pull/1028) ([@dennwc](https://github.com/dennwc))
8+
9+
### Patch Changes
10+
11+
- Add rate for memory use and total. - [#1030](https://github.com/livekit/protocol/pull/1030) ([@boks1971](https://github.com/boks1971))
12+
13+
- Revert cid changes. - [#1029](https://github.com/livekit/protocol/pull/1029) ([@boks1971](https://github.com/boks1971))
14+
15+
- Add more fields to CodecInfo. - [#1024](https://github.com/livekit/protocol/pull/1024) ([@boks1971](https://github.com/boks1971))
16+
17+
- Rework node stats to split out rate metrics into its own shape. - [#1023](https://github.com/livekit/protocol/pull/1023) ([@boks1971](https://github.com/boks1971))
18+
319
## 1.36.1
420

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

packages/javascript/CHANGELOG.md

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

3+
## 1.37.0
4+
5+
### Patch Changes
6+
7+
- Add rate for memory use and total. - [#1030](https://github.com/livekit/protocol/pull/1030) ([@boks1971](https://github.com/boks1971))
8+
9+
- Revert cid changes. - [#1029](https://github.com/livekit/protocol/pull/1029) ([@boks1971](https://github.com/boks1971))
10+
11+
- Add more fields to CodecInfo. - [#1024](https://github.com/livekit/protocol/pull/1024) ([@boks1971](https://github.com/boks1971))
12+
313
## 1.36.1
414

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

0 commit comments

Comments
 (0)