diff --git a/.changeset/many-seas-fry.md b/.changeset/many-seas-fry.md deleted file mode 100644 index 3d892cb48..000000000 --- a/.changeset/many-seas-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Add turn detection protobufs diff --git a/.changeset/proud-bottles-shave.md b/.changeset/proud-bottles-shave.md deleted file mode 100644 index fee54290b..000000000 --- a/.changeset/proud-bottles-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -fix change set for eot changes diff --git a/CHANGELOG.md b/CHANGELOG.md index 45fa17019..bf5cc0517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # github.com/livekit/protocol +## 1.45.6 + +### Patch Changes + +- Add turn detection protobufs - [#1485](https://github.com/livekit/protocol/pull/1485) ([@chenghao-mou](https://github.com/chenghao-mou)) + +- fix change set for eot changes - [#1515](https://github.com/livekit/protocol/pull/1515) ([@chenghao-mou](https://github.com/chenghao-mou)) + ## 1.45.5 ## 1.45.4 diff --git a/package.json b/package.json index 4abc5cf05..8c31dd670 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.45.5", + "version": "1.45.6", "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 a144cbe90..fa76e4611 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,7 @@ # @livekit/protocol +## 1.45.6 + ## 1.45.5 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 447901b10..11f47cea0 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.45.5", + "version": "1.45.6", "description": "", "type": "module", "require": "dist/index.cjs",