diff --git a/.changeset/brave-coats-give.md b/.changeset/brave-coats-give.md deleted file mode 100644 index 7def22685..000000000 --- a/.changeset/brave-coats-give.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Fix recursive call to CreateSIPInboundTrunkRequest.ValidateResult. diff --git a/CHANGELOG.md b/CHANGELOG.md index 700d76889..fc128dc24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # github.com/livekit/protocol +## 1.50.1 + +### Patch Changes + +- Fix recursive call to CreateSIPInboundTrunkRequest.ValidateResult. - [#1669](https://github.com/livekit/protocol/pull/1669) ([@alexfish8](https://github.com/alexfish8)) + ## 1.50.0 ### Minor Changes diff --git a/package.json b/package.json index e35c12b4e..7c7a080bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.50.0", + "version": "1.50.1", "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 4f3719fc1..e4c0edf90 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/protocol +## 1.50.1 + +### Patch Changes + +- Fix recursive call to CreateSIPInboundTrunkRequest.ValidateResult. - [#1669](https://github.com/livekit/protocol/pull/1669) ([@alexfish8](https://github.com/alexfish8)) + ## 1.50.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index e97b737cf..6c0992412 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.50.0", + "version": "1.50.1", "description": "", "type": "module", "require": "dist/index.cjs",