Skip to content

Commit

Permalink
Merge pull request #256 from Wave-Play/changeset-release/main
Browse files Browse the repository at this point in the history
Changesets: Versioning & Publication
  • Loading branch information
Pkmmte committed Jun 18, 2024
2 parents 15fb940 + c0e57f3 commit f2c517b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-teachers-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-wasps-play.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/plugin-ai-voice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"@discordjs/voice": "^0.16.0",
"@robojs/ai": "^0.5.4",
"@robojs/ai": "^0.5.5",
"robo.js": "^0.10.9"
},
"peerDependenciesMeta": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @roboplay/plugin-ai

## 0.5.5

### Patch Changes

- 1520b9f: refactor: use gpt-4-turbo as default model
- 15fb940: patch: use correct response field in /chat command

## 0.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@robojs/ai",
"description": "Transform your Robo into a personalized AI chatbot! Supports Discord command execution.",
"version": "0.5.4",
"version": "0.5.5",
"private": false,
"type": "module",
"main": ".robo/build/index.js",
Expand Down

0 comments on commit f2c517b

Please sign in to comment.