Skip to content

Commit 0aee0ca

Browse files
Version Packages (#801)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3d6b293 commit 0aee0ca

File tree

9 files changed

+34
-32
lines changed

9 files changed

+34
-32
lines changed

.changeset/chilly-yaks-tickle.md

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

.changeset/few-tigers-live.md

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

.changeset/orange-apricots-switch.md

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

.changeset/red-stingrays-relax.md

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

.changeset/sour-carrots-burn.md

Lines changed: 0 additions & 6 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.22.0
4+
5+
### Minor Changes
6+
7+
- Update SIP protocol. Pass headers, project ID and hostname. - [#805](https://github.com/livekit/protocol/pull/805) ([@dennwc](https://github.com/dennwc))
8+
9+
### Patch Changes
10+
11+
- Add generated flag to ChatMessage - [#813](https://github.com/livekit/protocol/pull/813) ([@lukasIO](https://github.com/lukasIO))
12+
13+
- Add dedicated chat message definition - [#785](https://github.com/livekit/protocol/pull/785) ([@lukasIO](https://github.com/lukasIO))
14+
15+
- Update @bufbuild/protobuf dependency - [#800](https://github.com/livekit/protocol/pull/800) ([@lukasIO](https://github.com/lukasIO))
16+
17+
- Metrics server side timestamp - [#806](https://github.com/livekit/protocol/pull/806) ([@boks1971](https://github.com/boks1971))
18+
319
## 1.21.0
420

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

packages/javascript/CHANGELOG.md

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

3+
## 1.22.0
4+
5+
### Minor Changes
6+
7+
- Update SIP protocol. Pass headers, project ID and hostname. - [#805](https://github.com/livekit/protocol/pull/805) ([@dennwc](https://github.com/dennwc))
8+
9+
### Patch Changes
10+
11+
- Add generated flag to ChatMessage - [#813](https://github.com/livekit/protocol/pull/813) ([@lukasIO](https://github.com/lukasIO))
12+
13+
- Add dedicated chat message definition - [#785](https://github.com/livekit/protocol/pull/785) ([@lukasIO](https://github.com/lukasIO))
14+
15+
- Update @bufbuild/protobuf dependency - [#800](https://github.com/livekit/protocol/pull/800) ([@lukasIO](https://github.com/lukasIO))
16+
17+
- Metrics server side timestamp - [#806](https://github.com/livekit/protocol/pull/806) ([@boks1971](https://github.com/boks1971))
18+
319
## 1.21.0
420

521
### Minor 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.21.0",
3+
"version": "1.22.0",
44
"description": "",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)