diff --git a/.changeset/audio-simulation-mode.md b/.changeset/audio-simulation-mode.md deleted file mode 100644 index 3c75c4357..000000000 --- a/.changeset/audio-simulation-mode.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"github.com/livekit/protocol": minor ---- - -agent simulation: add SimulationMode to the Create request and run info, so a -run can request audio mode. Unspecified stays TEXT, so existing callers are -unaffected. diff --git a/CHANGELOG.md b/CHANGELOG.md index 367cc9af9..f2ccdbf47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # github.com/livekit/protocol +## 1.47.0 + +### Minor Changes + +- agent simulation: add SimulationMode to the Create request and run info, so a - [#1627](https://github.com/livekit/protocol/pull/1627) ([@Bobronium](https://github.com/Bobronium)) + run can request audio mode. Unspecified stays TEXT, so existing callers are + unaffected. + ## 1.46.8 ## 1.46.7 diff --git a/package.json b/package.json index 23cd87828..8d22b1b8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.46.8", + "version": "1.47.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 0cb37ca9e..e65dd28e1 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,7 @@ # @livekit/protocol +## 1.47.0 + ## 1.46.8 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 45e8f918b..480a29cf6 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.46.8", + "version": "1.47.0", "description": "", "type": "module", "require": "dist/index.cjs",