From 949e4c3df7fec5641169d8183fbb64c329064d5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 15:00:47 +0000 Subject: [PATCH] Version Packages --- .changeset/tame-buckets-protect.md | 5 ----- .changeset/wet-stingrays-yell.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/tame-buckets-protect.md delete mode 100644 .changeset/wet-stingrays-yell.md diff --git a/.changeset/tame-buckets-protect.md b/.changeset/tame-buckets-protect.md deleted file mode 100644 index efdc235ca..000000000 --- a/.changeset/tame-buckets-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Use string constant as parameter to twirp.NewErrorf diff --git a/.changeset/wet-stingrays-yell.md b/.changeset/wet-stingrays-yell.md deleted file mode 100644 index c9ef41a72..000000000 --- a/.changeset/wet-stingrays-yell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -add tags to agent recording proto diff --git a/CHANGELOG.md b/CHANGELOG.md index dc375ba75..cedad2a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # github.com/livekit/protocol +## 1.43.4 + +### Patch Changes + +- add tags to agent recording proto - [#1328](https://github.com/livekit/protocol/pull/1328) ([@paulwe](https://github.com/paulwe)) + ## 1.43.3 ### Patch Changes diff --git a/package.json b/package.json index fbad4e440..24c5573f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.43.3", + "version": "1.43.4", "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 868157e81..722d54715 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/protocol +## 1.43.4 + +### Patch Changes + +- Use string constant as parameter to twirp.NewErrorf - [#1326](https://github.com/livekit/protocol/pull/1326) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- add tags to agent recording proto - [#1328](https://github.com/livekit/protocol/pull/1328) ([@paulwe](https://github.com/paulwe)) + ## 1.43.3 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 8a365919e..ce295420a 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.43.3", + "version": "1.43.4", "description": "", "type": "module", "require": "dist/index.cjs",