diff --git a/.changeset/cuddly-monkeys-unite.md b/.changeset/cuddly-monkeys-unite.md deleted file mode 100644 index 63a03555..00000000 --- a/.changeset/cuddly-monkeys-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Downgrade TypeScript to fix incorrect generated typings diff --git a/.changeset/yellow-buses-work.md b/.changeset/yellow-buses-work.md deleted file mode 100644 index 373b24b4..00000000 --- a/.changeset/yellow-buses-work.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Add DataStream support diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d0a2d8..a90c776a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # github.com/livekit/protocol +## 1.29.0 + +### Minor Changes + +- Add DataStream support - [#871](https://github.com/livekit/protocol/pull/871) ([@lukasIO](https://github.com/lukasIO)) + ## 1.28.1 ## 1.28.0 diff --git a/package.json b/package.json index 5ca7fdfa..199e7f2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.28.1", + "version": "1.29.0", "scripts": { "changeset": "changeset", "ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish" diff --git a/packages/javascript/CHANGELOG.md b/packages/javascript/CHANGELOG.md index 89e4f414..c68cdd57 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/protocol +## 1.29.0 + +### Minor Changes + +- Add DataStream support - [#871](https://github.com/livekit/protocol/pull/871) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Downgrade TypeScript to fix incorrect generated typings - [#901](https://github.com/livekit/protocol/pull/901) ([@lukasIO](https://github.com/lukasIO)) + ## 1.28.1 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index a496504a..af40db6f 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.28.1", + "version": "1.29.0", "description": "", "type": "module", "main": "dist/index.js",