chore: bump version to 1.3.0
parent
5b54d4de7a
commit
52c311e47f
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 1.2.3 — Unreleased
|
||||
## 1.3.0 — Unreleased
|
||||
|
||||
### Bug Fixes
|
||||
- **Empty result field handling:** Fixed bug where Claude CLI returning `result: ""` (empty string) would cause raw JSON to be sent to WhatsApp instead of being treated as valid empty output. Changed truthy check to explicit type check in `command-reply.ts`.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "warelay",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"description": "WhatsApp relay CLI (send, monitor, webhook, auto-reply) using Twilio",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
Loading…
Reference in New Issue