Skip to content

Commit 934129e

Browse files
Version Packages (#900)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8f58841 commit 934129e

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/cuddly-monkeys-unite.md

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

.changeset/yellow-buses-work.md

Lines changed: 0 additions & 6 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.29.0
4+
5+
### Minor Changes
6+
7+
- Add DataStream support - [#871](https://github.com/livekit/protocol/pull/871) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 1.28.1
410

511
## 1.28.0

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.28.1",
4+
"version": "1.29.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.29.0
4+
5+
### Minor Changes
6+
7+
- Add DataStream support - [#871](https://github.com/livekit/protocol/pull/871) ([@lukasIO](https://github.com/lukasIO))
8+
9+
### Patch Changes
10+
11+
- Downgrade TypeScript to fix incorrect generated typings - [#901](https://github.com/livekit/protocol/pull/901) ([@lukasIO](https://github.com/lukasIO))
12+
313
## 1.28.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.28.1",
3+
"version": "1.29.0",
44
"description": "",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)