Skip to content

Commit a54c09f

Browse files
committed
Add v0.12.1 changelog
1 parent e60d048 commit a54c09f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
## Convoworks GPT WordPress plugin
33

4+
### 0.12.1 - 2025-02-23 - Chat Functions Handling
5+
6+
* Improved chat function execution with better error handling—now catches `Throwable`.
7+
* Used scoped functions as the base for all chat functions, enabling local function scope.
8+
9+
410
### 0.12.0 Preview fixes
511

612
* Added function scope support to the Chat Function element

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"scripts": {
55
"build" : "node sync-version.js && node build.js",
66
"sync-version": "node sync-version.js"

0 commit comments

Comments
 (0)