From 0e179cecf43d8f69ce2a643829d280c65a2630bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Oct 2024 22:04:31 +0000 Subject: [PATCH] Version Packages --- .changeset/fifty-garlics-glow.md | 5 ----- .changeset/perfect-bats-share.md | 6 ------ CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 8 ++++++++ packages/javascript/package.json | 2 +- 6 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 .changeset/fifty-garlics-glow.md delete mode 100644 .changeset/perfect-bats-share.md diff --git a/.changeset/fifty-garlics-glow.md b/.changeset/fifty-garlics-glow.md deleted file mode 100644 index ce7c32d6c..000000000 --- a/.changeset/fifty-garlics-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": minor ---- - -Add SIP analytics events diff --git a/.changeset/perfect-bats-share.md b/.changeset/perfect-bats-share.md deleted file mode 100644 index 14cbb454a..000000000 --- a/.changeset/perfect-bats-share.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Add ringing timeout and max call duration setting for SIP. diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8dc3e31..7f3c6a1e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # github.com/livekit/protocol +## 1.25.0 + +### Minor Changes + +- Add ringing timeout and max call duration setting for SIP. - [#844](https://github.com/livekit/protocol/pull/844) ([@dennwc](https://github.com/dennwc)) + ## 1.24.0 ### Minor Changes diff --git a/package.json b/package.json index 657bf10e7..37cec089f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.24.0", + "version": "1.25.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 439961f58..d61bc4e83 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/protocol +## 1.25.0 + +### Minor Changes + +- Add SIP analytics events - [#831](https://github.com/livekit/protocol/pull/831) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- Add ringing timeout and max call duration setting for SIP. - [#844](https://github.com/livekit/protocol/pull/844) ([@dennwc](https://github.com/dennwc)) + ## 1.24.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 01ffd25f7..c143a2866 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.24.0", + "version": "1.25.0", "description": "", "type": "module", "main": "src/index.js",