diff --git a/.changeset/fair-beds-take.md b/.changeset/fair-beds-take.md deleted file mode 100644 index 7336d7e93..000000000 --- a/.changeset/fair-beds-take.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Added warning prints to SIP headers diff --git a/.changeset/hip-dolphins-teach.md b/.changeset/hip-dolphins-teach.md deleted file mode 100644 index 7d46ae9a4..000000000 --- a/.changeset/hip-dolphins-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -fix pretty-weeks-behave.md diff --git a/.changeset/pretty-weeks-behave.md b/.changeset/pretty-weeks-behave.md deleted file mode 100644 index ea5fe2aaf..000000000 --- a/.changeset/pretty-weeks-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -move rtp converter to separate util package diff --git a/CHANGELOG.md b/CHANGELOG.md index f50b56239..aac517148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # github.com/livekit/protocol +## 1.42.3 + +### Patch Changes + +- Added warning prints to SIP headers - [#1238](https://github.com/livekit/protocol/pull/1238) ([@alexlivekit](https://github.com/alexlivekit)) + ## 1.42.2 ### Patch Changes diff --git a/package.json b/package.json index ff1fa11f6..fc34100ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.42.2", + "version": "1.42.3", "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 f6c3ecfe8..7278237a2 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/protocol +## 1.42.3 + +### Patch Changes + +- fix pretty-weeks-behave.md - [#1269](https://github.com/livekit/protocol/pull/1269) ([@paulwe](https://github.com/paulwe)) + +- move rtp converter to separate util package - [#1267](https://github.com/livekit/protocol/pull/1267) ([@paulwe](https://github.com/paulwe)) + ## 1.42.2 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 464e54c67..cda24160f 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.42.2", + "version": "1.42.3", "description": "", "type": "module", "require": "dist/index.cjs",