Skip to content

Commit

Permalink
Add changelog 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tolecar committed Oct 13, 2024
1 parent 9f4d848 commit a29fb7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

## Convoworks GPT WordPress plugin

### 0.9.1 Serialize messages function

* Added `serialize_gpt_messages()` function for serialisation messages into readable string.

### 0.9.0 External gpt functions element

* Added `ExternalChatFunctionElement` which allows registering GPT functions from 3rd party plugins
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.9.0",
"version": "0.9.1",
"scripts": {
"build" : "node sync-version.js && node build.js",
"sync-version": "node sync-version.js"
Expand Down

0 comments on commit a29fb7a

Please sign in to comment.