Skip to content

Commit

Permalink
Version Packages (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 21, 2025
1 parent 540c237 commit bb82ccf
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-carrots-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-crews-whisper.md

This file was deleted.

6 changes: 6 additions & 0 deletions agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @livekit/agents

## 0.6.3

### Patch Changes

- fix LLM retries breaking on VoicePipelineAgent - [#265](https://github.com/livekit/agents-js/pull/265) ([@nbsp](https://github.com/nbsp))

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents",
"version": "0.6.2",
"version": "0.6.3",
"description": "LiveKit Agents - Node.js",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions plugins/elevenlabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @livekit/agents-plugin-elevenlabs

## 0.6.0

### Minor Changes

- Add support for language code in 11Labs TTS package. - [#262](https://github.com/livekit/agents-js/pull/262) ([@FlorDonnaSanders](https://github.com/FlorDonnaSanders))

### Patch Changes

- Updated dependencies [[`7546a5b76729c90553142159bed0d14247486273`](https://github.com/livekit/agents-js/commit/7546a5b76729c90553142159bed0d14247486273)]:
- @livekit/agents@0.6.3

## 0.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/elevenlabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-elevenlabs",
"version": "0.5.4",
"version": "0.6.0",
"description": "ElevenLabs plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down

0 comments on commit bb82ccf

Please sign in to comment.