From 068f820c91d5194bee7d98eb3df4ceef0bcb2370 Mon Sep 17 00:00:00 2001 From: CJ Brewer Date: Thu, 9 Apr 2026 12:38:00 -0600 Subject: [PATCH] chore: changeset --- .changeset/silver-hairs-return.md | 7 +++++++ packages/cli/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changeset/silver-hairs-return.md diff --git a/.changeset/silver-hairs-return.md b/.changeset/silver-hairs-return.md new file mode 100644 index 00000000..73092df5 --- /dev/null +++ b/.changeset/silver-hairs-return.md @@ -0,0 +1,7 @@ +--- +"@cipherstash/protect": minor +"@cipherstash/stack": minor +"@cipherstash/cli": minor +--- + +Release the consolidated CipherStash CLI npm package. diff --git a/packages/cli/package.json b/packages/cli/package.json index c4d0e54d..5fa408f8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cipherstash/cli", - "version": "1.0.0-rc.0", + "version": "0.0.0", "description": "CipherStash CLI — the one stash command for auth, init, encryption schema, database setup, secrets, and the AI wizard.", "license": "MIT", "author": "CipherStash ",