diff --git a/.changeset/brave-needles-boil.md b/.changeset/brave-needles-boil.md deleted file mode 100644 index 3949ce49..00000000 --- a/.changeset/brave-needles-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Allow attributes to be set on accept diff --git a/.changeset/calm-ants-build.md b/.changeset/calm-ants-build.md deleted file mode 100644 index a8b40691..00000000 --- a/.changeset/calm-ants-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-openai": patch ---- - -fix multiple function calls not firing diff --git a/.changeset/few-schools-run.md b/.changeset/few-schools-run.md deleted file mode 100644 index 7afec56f..00000000 --- a/.changeset/few-schools-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -fix tokenizer diff --git a/.changeset/sweet-papayas-complain.md b/.changeset/sweet-papayas-complain.md deleted file mode 100644 index bedc3b6a..00000000 --- a/.changeset/sweet-papayas-complain.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-elevenlabs": patch -"@livekit/agents-plugin-openai": patch ---- - -add testutils, tests for oai, 11labs diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 5a921e07..ed1dfb91 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/agents +## 0.5.1 + +### Patch Changes + +- Allow attributes to be set on accept - [#198](https://github.com/livekit/agents-js/pull/198) ([@nbsp](https://github.com/nbsp)) + +- fix tokenizer - [#206](https://github.com/livekit/agents-js/pull/206) ([@nbsp](https://github.com/nbsp)) + +- add testutils, tests for oai, 11labs - [#206](https://github.com/livekit/agents-js/pull/206) ([@nbsp](https://github.com/nbsp)) + ## 0.5.0 ### Minor Changes diff --git a/agents/package.json b/agents/package.json index f3b8cad1..62087b4a 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "0.5.0", + "version": "0.5.1", "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 096af371..ddc15ad5 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-elevenlabs +## 0.5.1 + +### Patch Changes + +- add testutils, tests for oai, 11labs - [#206](https://github.com/livekit/agents-js/pull/206) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`67bad88bb59328fac03320e88c245871005ccc05`](https://github.com/livekit/agents-js/commit/67bad88bb59328fac03320e88c245871005ccc05), [`beb141f7de380d5a938347a2eda76d56f706333c`](https://github.com/livekit/agents-js/commit/beb141f7de380d5a938347a2eda76d56f706333c), [`8fa2b176bb6bdeba34430d59b23024d935f77453`](https://github.com/livekit/agents-js/commit/8fa2b176bb6bdeba34430d59b23024d935f77453)]: + - @livekit/agents@0.5.1 + ## 0.5.0 ### Minor Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 2cba6d5f..e1b3a00a 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "0.5.0", + "version": "0.5.1", "description": "ElevenLabs plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/openai/CHANGELOG.md b/plugins/openai/CHANGELOG.md index 849bb409..3ddea545 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/agents-plugin-openai +## 0.7.1 + +### Patch Changes + +- fix multiple function calls not firing - [#206](https://github.com/livekit/agents-js/pull/206) ([@nbsp](https://github.com/nbsp)) + +- add testutils, tests for oai, 11labs - [#206](https://github.com/livekit/agents-js/pull/206) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`67bad88bb59328fac03320e88c245871005ccc05`](https://github.com/livekit/agents-js/commit/67bad88bb59328fac03320e88c245871005ccc05), [`beb141f7de380d5a938347a2eda76d56f706333c`](https://github.com/livekit/agents-js/commit/beb141f7de380d5a938347a2eda76d56f706333c), [`8fa2b176bb6bdeba34430d59b23024d935f77453`](https://github.com/livekit/agents-js/commit/8fa2b176bb6bdeba34430d59b23024d935f77453)]: + - @livekit/agents@0.5.1 + ## 0.7.0 ### Minor Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index deb80012..8b599e3c 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "0.7.0", + "version": "0.7.1", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",