Skip to content

Commit 9a86597

Browse files
committed
Add 0.13.2 changelog
1 parent e20eecc commit 9a86597

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

22
## Convoworks GPT WordPress plugin
33

4+
### 0.13.2 - 2025-04-23 - Function scope fix
5+
6+
* Initialize properly scoped function call
7+
48
### 0.13.1 - 2025-04-22 - Menu fix
59

610
* Remove MCP settings page from menu

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.13.1",
3+
"version": "0.13.2",
44
"scripts": {
55
"build" : "node sync-version.js && node build.js",
66
"sync-version": "node sync-version.js"

0 commit comments

Comments
 (0)