Skip to content

Commit 816ff26

Browse files
Version Packages
1 parent 6b0e8d8 commit 816ff26

File tree

10 files changed

+20
-32
lines changed

10 files changed

+20
-32
lines changed

.changeset/cold-beds-hope.md

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

.changeset/mono-docs-and-api.md

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

.changeset/mono-fix-zero.md

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

.changeset/perfect-hounds-heal.md

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

.changeset/pretty-baboons-join.md

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

.changeset/silly-books-attend.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.42.1
4+
35
## 1.42.0
46

57
### 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.42.0",
4+
"version": "1.42.1",
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.42.1
4+
5+
### Patch Changes
6+
7+
- Add InputVideo/AudioState to ICERestartWHIPResourceResponse - [#1237](https://github.com/livekit/protocol/pull/1237) ([@biglittlebigben](https://github.com/biglittlebigben))
8+
9+
- Document mono package, support Unix and Parse. - [#1242](https://github.com/livekit/protocol/pull/1242) ([@dennwc](https://github.com/dennwc))
10+
11+
- Fix zero time handling in mono package. - [#1241](https://github.com/livekit/protocol/pull/1241) ([@dennwc](https://github.com/dennwc))
12+
13+
- Setting service - [#1240](https://github.com/livekit/protocol/pull/1240) ([@paulwe](https://github.com/paulwe))
14+
15+
- Enable recording - [#1233](https://github.com/livekit/protocol/pull/1233) ([@paulwe](https://github.com/paulwe))
16+
17+
- handle session timer skips >1 min - [#1227](https://github.com/livekit/protocol/pull/1227) ([@paulwe](https://github.com/paulwe))
18+
319
## 1.42.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.42.0",
3+
"version": "1.42.1",
44
"description": "",
55
"type": "module",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)