diff --git a/.changeset/blue-pandas-reply.md b/.changeset/blue-pandas-reply.md deleted file mode 100644 index 5b2b93c9e..000000000 --- a/.changeset/blue-pandas-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -fix call depth for override logger diff --git a/.changeset/honest-peas-cry.md b/.changeset/honest-peas-cry.md deleted file mode 100644 index c45485642..000000000 --- a/.changeset/honest-peas-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Generate agent protos diff --git a/.changeset/mighty-ants-whisper.md b/.changeset/mighty-ants-whisper.md deleted file mode 100644 index d639aa6c3..000000000 --- a/.changeset/mighty-ants-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add missing proto import diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ab3b63a..5a57adc37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # github.com/livekit/protocol +## 1.43.2 + ## 1.43.1 ### Patch Changes diff --git a/package.json b/package.json index 91f003dd5..1840ff023 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.43.1", + "version": "1.43.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 c96fbc5d8..eae7ba8d4 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/protocol +## 1.43.2 + +### Patch Changes + +- fix call depth for override logger - [#1313](https://github.com/livekit/protocol/pull/1313) ([@paulwe](https://github.com/paulwe)) + +- Generate agent protos - [#1318](https://github.com/livekit/protocol/pull/1318) ([@toubatbrian](https://github.com/toubatbrian)) + +- add missing proto import - [#1317](https://github.com/livekit/protocol/pull/1317) ([@paulwe](https://github.com/paulwe)) + ## 1.43.1 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 5b51d1de5..a556b4f45 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.43.1", + "version": "1.43.2", "description": "", "type": "module", "require": "dist/index.cjs",