diff --git a/.changeset/shiny-bulldogs-rescue.md b/.changeset/shiny-bulldogs-rescue.md deleted file mode 100644 index 85348126..00000000 --- a/.changeset/shiny-bulldogs-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -fix issue wherein sometimes job processes would hang on CLI help diff --git a/.changeset/sweet-pillows-fry.md b/.changeset/sweet-pillows-fry.md deleted file mode 100644 index 7bbe5302..00000000 --- a/.changeset/sweet-pillows-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -Use shared mutex helper lib diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index c94d14b5..94c77c2a 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents +## 0.3.4 + +### Patch Changes + +- fix issue wherein sometimes job processes would hang on CLI help - [#114](https://github.com/livekit/agents-js/pull/114) ([@nbsp](https://github.com/nbsp)) + +- Use shared mutex helper lib - [#112](https://github.com/livekit/agents-js/pull/112) ([@lukasIO](https://github.com/lukasIO)) + ## 0.3.3 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index 1d12939b..82f16d66 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "0.3.3", + "version": "0.3.4", "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 b6ea8525..acac0830 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-openai +## 0.3.4 + +### Patch Changes + +- Updated dependencies [[`2f158493ebb53df28d9941c2bd24d811cf62495a`](https://github.com/livekit/agents-js/commit/2f158493ebb53df28d9941c2bd24d811cf62495a), [`ed3d7595a8a0ab3fd1bfeb738c7d38889ceaf358`](https://github.com/livekit/agents-js/commit/ed3d7595a8a0ab3fd1bfeb738c7d38889ceaf358)]: + - @livekit/agents@0.3.4 + ## 0.3.3 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 375f1012..8ecf1542 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "0.3.3", + "version": "0.3.4", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "types": "dist/index.d.ts",