From d20f5131cd8f7072c14ffd88f83e60ebba91224a Mon Sep 17 00:00:00 2001 From: Kailas Mahavarkar <66670953+KailasMahavarkar@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:36:14 +0530 Subject: [PATCH] chore: bump version to 1.1.4 after revert to 62f487e Restored tree from 62f487e carried package.json version 1.0.5, but the public history already advanced through v1.1.0..v1.1.3. Bumping to 1.1.4 signals that this commit is a new post-v1.1.3 state (revert expressed as forward commit) and lets the release-and-publish CI auto-create a matching v1.1.4 tag + GitHub release 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 bdacc35..6c9abd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orkait-ai/hyperstack", - "version": "1.0.5", + "version": "1.1.4", "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"