chore: bump version to 2.2.0 for dench and denchclaw in package.json

This commit is contained in:
kumarabhirup 2026-03-09 09:10:25 -07:00
parent 2b79f2eda9
commit 94837ff4cb
No known key found for this signature in database
GPG Key ID: DB7CA2289CAB0167
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "denchclaw", "name": "denchclaw",
"version": "2.1.5", "version": "2.2.0",
"description": "Fully Managed OpenClaw Framework for managing your CRM, Sales Automation and Outreach agents. The only local productivity tool you need.", "description": "Fully Managed OpenClaw Framework for managing your CRM, Sales Automation and Outreach agents. The only local productivity tool you need.",
"keywords": [], "keywords": [],
"homepage": "https://github.com/DenchHQ/DenchClaw#readme", "homepage": "https://github.com/DenchHQ/DenchClaw#readme",

View File

@ -1,6 +1,6 @@
{ {
"name": "dench", "name": "dench",
"version": "2.1.5", "version": "2.2.0",
"description": "Shorthand alias for denchclaw — AI-powered CRM platform CLI", "description": "Shorthand alias for denchclaw — AI-powered CRM platform CLI",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
@ -16,7 +16,7 @@
], ],
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"denchclaw": "^2.1.5" "denchclaw": "^2.2.0"
}, },
"engines": { "engines": {
"node": ">=22.12.0" "node": ">=22.12.0"