Skip to content

Commit ad2cb9a

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

File tree

10 files changed

+26
-33
lines changed

10 files changed

+26
-33
lines changed

.changeset/fair-beds-take.md

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

.changeset/fair-memes-read.md

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

.changeset/hip-dolphins-teach.md

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

.changeset/pretty-weeks-behave.md

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

.changeset/sharp-dolphins-help.md

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

.changeset/yellow-clocks-join.md

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

CHANGELOG.md

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

3+
## 1.43.0
4+
5+
### Patch Changes
6+
7+
- Added warning prints to SIP headers - [#1238](https://github.com/livekit/protocol/pull/1238) ([@alexlivekit](https://github.com/alexlivekit))
8+
9+
- removed observability field - [#1294](https://github.com/livekit/protocol/pull/1294) ([@davidzhao](https://github.com/davidzhao))
10+
311
## 1.42.2
412

513
### 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.42.2",
4+
"version": "1.43.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.43.0
4+
5+
### Minor Changes
6+
7+
- feat: initial connector implementation - [#1288](https://github.com/livekit/protocol/pull/1288) ([@anunaym14](https://github.com/anunaym14))
8+
9+
### Patch Changes
10+
11+
- removed observability field - [#1294](https://github.com/livekit/protocol/pull/1294) ([@davidzhao](https://github.com/davidzhao))
12+
13+
- fix pretty-weeks-behave.md - [#1269](https://github.com/livekit/protocol/pull/1269) ([@paulwe](https://github.com/paulwe))
14+
15+
- move rtp converter to separate util package - [#1267](https://github.com/livekit/protocol/pull/1267) ([@paulwe](https://github.com/paulwe))
16+
17+
- add option to redact protobuf fields - [#1284](https://github.com/livekit/protocol/pull/1284) ([@paulwe](https://github.com/paulwe))
18+
319
## 1.42.2
420

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

0 commit comments

Comments
 (0)