diff --git a/.changeset/breezy-actors-end.md b/.changeset/breezy-actors-end.md deleted file mode 100644 index 186782a4..00000000 --- a/.changeset/breezy-actors-end.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-openai": patch ---- - -fix(treewide): use newer rtc-node version diff --git a/.changeset/breezy-pandas-compare.md b/.changeset/breezy-pandas-compare.md deleted file mode 100644 index ec8ee5f5..00000000 --- a/.changeset/breezy-pandas-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -Subscribe to published mic track for linked participant only diff --git a/.changeset/rude-planets-march.md b/.changeset/rude-planets-march.md deleted file mode 100644 index ba837c77..00000000 --- a/.changeset/rude-planets-march.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-openai": patch ---- - -Update everything to rtc 0.11.0 diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 94c77c2a..a2a7bb1c 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/agents +## 0.3.5 + +### Patch Changes + +- fix(treewide): use newer rtc-node version - [#118](https://github.com/livekit/agents-js/pull/118) ([@nbsp](https://github.com/nbsp)) + +- Subscribe to published mic track for linked participant only - [#123](https://github.com/livekit/agents-js/pull/123) ([@bcherry](https://github.com/bcherry)) + +- Update everything to rtc 0.11.0 - [#125](https://github.com/livekit/agents-js/pull/125) ([@bcherry](https://github.com/bcherry)) + ## 0.3.4 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index edcb255e..8c3a33b6 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "0.3.4", + "version": "0.3.5", "description": "LiveKit Agents - Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/plugins/openai/CHANGELOG.md b/plugins/openai/CHANGELOG.md index acac0830..44ba7d29 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/agents-plugin-openai +## 0.3.5 + +### Patch Changes + +- fix(treewide): use newer rtc-node version - [#118](https://github.com/livekit/agents-js/pull/118) ([@nbsp](https://github.com/nbsp)) + +- Update everything to rtc 0.11.0 - [#125](https://github.com/livekit/agents-js/pull/125) ([@bcherry](https://github.com/bcherry)) + +- Updated dependencies [[`1697907941f6afbbfcc6385d56d0894abb8768cc`](https://github.com/livekit/agents-js/commit/1697907941f6afbbfcc6385d56d0894abb8768cc), [`99eb758e6b3e965cb842e4ba6ef95551978fd1e0`](https://github.com/livekit/agents-js/commit/99eb758e6b3e965cb842e4ba6ef95551978fd1e0), [`d8de7546566324cbb456613578c403c721481cb5`](https://github.com/livekit/agents-js/commit/d8de7546566324cbb456613578c403c721481cb5)]: + - @livekit/agents@0.3.5 + ## 0.3.4 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 24fd6fb9..0a92aa3e 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "0.3.4", + "version": "0.3.5", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "types": "dist/index.d.ts",