diff --git a/.changeset/chatty-pillows-cross.md b/.changeset/chatty-pillows-cross.md deleted file mode 100644 index 4877d08..0000000 --- a/.changeset/chatty-pillows-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch ---- - -Support for Azure OpenAI Realtime diff --git a/.changeset/silver-nails-rush.md b/.changeset/silver-nails-rush.md deleted file mode 100644 index 123bbe6..0000000 --- a/.changeset/silver-nails-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Fix subscription timing diff --git a/.changeset/ten-donkeys-happen.md b/.changeset/ten-donkeys-happen.md deleted file mode 100644 index 0936f2d..0000000 --- a/.changeset/ten-donkeys-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -fix usage on Windows by importing using URLs, not paths diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 5613b92..c94d14b 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents +## 0.3.3 + +### Patch Changes + +- Fix subscription timing - [#110](https://github.com/livekit/agents-js/pull/110) ([@nbsp](https://github.com/nbsp)) + +- fix usage on Windows by importing using URLs, not paths - [#110](https://github.com/livekit/agents-js/pull/110) ([@nbsp](https://github.com/nbsp)) + ## 0.3.2 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index 4e12b1a..ffd7eb4 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "0.3.2", + "version": "0.3.3", "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 23eda34..b6ea852 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-openai +## 0.3.3 + +### Patch Changes + +- Support for Azure OpenAI Realtime - [#110](https://github.com/livekit/agents-js/pull/110) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`062935a1677a4a6f6c99f7cd52dfebae41039a85`](https://github.com/livekit/agents-js/commit/062935a1677a4a6f6c99f7cd52dfebae41039a85), [`062935a1677a4a6f6c99f7cd52dfebae41039a85`](https://github.com/livekit/agents-js/commit/062935a1677a4a6f6c99f7cd52dfebae41039a85)]: + - @livekit/agents@0.3.3 + ## 0.3.2 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index b1cd66c..375f101 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "0.3.2", + "version": "0.3.3", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "types": "dist/index.d.ts",