diff --git a/.changeset/afraid-camels-listen.md b/.changeset/afraid-camels-listen.md deleted file mode 100644 index 8865f5cd..00000000 --- a/.changeset/afraid-camels-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -fix(proc): clearer errors on crash diff --git a/.changeset/clean-garlics-cross.md b/.changeset/clean-garlics-cross.md deleted file mode 100644 index 0b2ace77..00000000 --- a/.changeset/clean-garlics-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -fix(metrics): remove ErrorOptions from MultimodalError diff --git a/.changeset/lazy-seals-camp.md b/.changeset/lazy-seals-camp.md deleted file mode 100644 index 627876e0..00000000 --- a/.changeset/lazy-seals-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-elevenlabs": patch ---- - -fix errors capturing frames diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index a7426358..56580fcf 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents +## 0.6.4 + +### Patch Changes + +- fix(proc): clearer errors on crash - [#271](https://github.com/livekit/agents-js/pull/271) ([@nbsp](https://github.com/nbsp)) + +- fix(metrics): remove ErrorOptions from MultimodalError - [#278](https://github.com/livekit/agents-js/pull/278) ([@nbsp](https://github.com/nbsp)) + ## 0.6.3 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index 1bed98ef..a8d75b11 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "0.6.3", + "version": "0.6.4", "description": "LiveKit Agents - Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/elevenlabs/CHANGELOG.md b/plugins/elevenlabs/CHANGELOG.md index 26f26c28..c8885da1 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-elevenlabs +## 0.6.1 + +### Patch Changes + +- fix errors capturing frames - [#280](https://github.com/livekit/agents-js/pull/280) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`53092d01560db72abd7ed71e9e93a5217cca4ebd`](https://github.com/livekit/agents-js/commit/53092d01560db72abd7ed71e9e93a5217cca4ebd), [`827cf3e3662020f28cc6059a94045961dc342a53`](https://github.com/livekit/agents-js/commit/827cf3e3662020f28cc6059a94045961dc342a53)]: + - @livekit/agents@0.6.4 + ## 0.6.0 ### Minor Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index b999a2a7..900b2afc 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "0.6.0", + "version": "0.6.1", "description": "ElevenLabs plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",