diff --git a/.changeset/flat-pans-add.md b/.changeset/flat-pans-add.md deleted file mode 100644 index d12469fa7..000000000 --- a/.changeset/flat-pans-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -feat(rpc/room): add `ListParticipants` and `GetParticipant` diff --git a/.changeset/large-rock-clouds.md b/.changeset/large-rock-clouds.md deleted file mode 100644 index 4e8699ea4..000000000 --- a/.changeset/large-rock-clouds.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add `Frame ID` packet trailer feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac9929f4..4a29dd77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # github.com/livekit/protocol +## 1.45.2 + ## 1.45.1 ### Patch Changes diff --git a/package.json b/package.json index 8eb143400..eff541070 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.45.1", + "version": "1.45.2", "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 aa887753e..72b00438f 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/protocol +## 1.45.2 + +### Patch Changes + +- feat(rpc/room): add `ListParticipants` and `GetParticipant` - [#1459](https://github.com/livekit/protocol/pull/1459) ([@sohbit](https://github.com/sohbit)) + +- add `Frame ID` packet trailer feature - [#1453](https://github.com/livekit/protocol/pull/1453) ([@chenosaurus](https://github.com/chenosaurus)) + ## 1.45.1 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index b7931ec27..52e3e441e 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.45.1", + "version": "1.45.2", "description": "", "type": "module", "require": "dist/index.cjs",