Skip to content

Commit 4613201

Browse files
Version Packages (#2011)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a294d28 commit 4613201

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/silly-stingrays-arrive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
livekit-agents>=0.12.20
22
livekit-plugins-openai>=0.12.3
33
livekit-plugins-cartesia>=0.4.11
4-
livekit-plugins-elevenlabs>=0.8.1
4+
livekit-plugins-elevenlabs>=0.8.2
55
python-dotenv~=1.0

livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# livekit-plugins-elevenlabs
22

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- use 22.05khz by default for 11labs - [`a294d28c2af672a47f88f598f9fdb3fb13c39c38`](https://github.com/livekit/agents/commit/a294d28c2af672a47f88f598f9fdb3fb13c39c38) ([@davidzhao](https://github.com/davidzhao))
8+
39
## 0.8.1
410

511
### Patch Changes

livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.8.1"
15+
__version__ = "0.8.2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-plugins-elevenlabs",
33
"private": true,
4-
"version": "0.8.1"
4+
"version": "0.8.2"
55
}

0 commit comments

Comments
 (0)