diff --git a/.changeset/small-eggs-itch.md b/.changeset/small-eggs-itch.md deleted file mode 100644 index edabfd0c1..000000000 --- a/.changeset/small-eggs-itch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Remove extraneous format specifier from log string. diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b322a98..2d6b218c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # github.com/livekit/protocol +## 1.50.5 + +### Patch Changes + +- Remove extraneous format specifier from log string. - [#1682](https://github.com/livekit/protocol/pull/1682) ([@alexfish8](https://github.com/alexfish8)) + ## 1.50.4 ### Patch Changes diff --git a/package.json b/package.json index 7ecb6317d..f06362a93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.50.4", + "version": "1.50.5", "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 e0c411aec..7c8135a11 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/protocol +## 1.50.5 + +### Patch Changes + +- Remove extraneous format specifier from log string. - [#1682](https://github.com/livekit/protocol/pull/1682) ([@alexfish8](https://github.com/alexfish8)) + ## 1.50.4 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 0d4ede6cb..2fcdce881 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.50.4", + "version": "1.50.5", "description": "", "type": "module", "require": "dist/index.cjs",