Skip to content

Commit

Permalink
Version Packages (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp authored Jan 28, 2025
2 parents 751642c + a95ab9e commit bd7aae1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-camels-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-garlics-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-seals-camp.md

This file was deleted.

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

## 0.6.4

### Patch Changes

- fix(proc): clearer errors on crash - [#271](https://github.com/livekit/agents-js/pull/271) ([@nbsp](https://github.com/nbsp))

- fix(metrics): remove ErrorOptions from MultimodalError - [#278](https://github.com/livekit/agents-js/pull/278) ([@nbsp](https://github.com/nbsp))

## 0.6.3

### 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.3",
"version": "0.6.4",
"description": "LiveKit Agents - Node.js",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/elevenlabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-elevenlabs

## 0.6.1

### Patch Changes

- fix errors capturing frames - [#280](https://github.com/livekit/agents-js/pull/280) ([@nbsp](https://github.com/nbsp))

- Updated dependencies [[`53092d01560db72abd7ed71e9e93a5217cca4ebd`](https://github.com/livekit/agents-js/commit/53092d01560db72abd7ed71e9e93a5217cca4ebd), [`827cf3e3662020f28cc6059a94045961dc342a53`](https://github.com/livekit/agents-js/commit/827cf3e3662020f28cc6059a94045961dc342a53)]:
- @livekit/agents@0.6.4

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"description": "ElevenLabs plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down

0 comments on commit bd7aae1

Please sign in to comment.