chore: bump version to 1.3.0

This commit is contained in:
Peter Steinberger
2025-12-02 07:54:49 +00:00
parent 5b54d4de7a
commit 52c311e47f
2 changed files with 2 additions and 2 deletions

View File

@@ -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`.

View File

@@ -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",