From a0ab46a8a76758919164aa32772f1ff9fbe4f6fd Mon Sep 17 00:00:00 2001 From: Kailas Mahavarkar <66670953+KailasMahavarkar@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:49:41 +0530 Subject: [PATCH] chore: bump version to 1.1.5 after revert to 7131ac3 Restored tree from 7131ac3 carried package.json version 1.1.3, which already has a matching tag. Public tags have also advanced to v1.1.4 (from the earlier revert cycle). Bumping to 1.1.5 keeps the sequence monotonic and lets release-and-publish CI auto-create v1.1.5 on merge. No code changes. Only package.json version field. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6a02dd..3b92ae2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orkait-ai/hyperstack", - "version": "1.1.3", + "version": "1.1.5", "description": "Disciplined MCP server + skill system. 12 plugins, 80 tools, 21 skills with adversarial enforcement. Designer/DESIGN.md pipeline, shadcn/ui, React Flow, Motion, Lenis, React 19, Echo, Go, Rust, design tokens, UI/UX.", "bin": { "hyperstack": "bin/hyperstack.mjs"