From f5caf480388918f09f96490bb7bbeb6334a2d0e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:16:26 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-cli-shebang-node.md | 5 ----- apps/perstack/CHANGELOG.md | 6 ++++++ apps/perstack/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-cli-shebang-node.md diff --git a/.changeset/fix-cli-shebang-node.md b/.changeset/fix-cli-shebang-node.md deleted file mode 100644 index f463894c..00000000 --- a/.changeset/fix-cli-shebang-node.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"perstack": patch ---- - -Change CLI shebang from `#!/usr/bin/env bun` to `#!/usr/bin/env node` so `npx perstack` works without bun installed. diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 42882e85..e5b0f425 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.104 + +### Patch Changes + +- [#648](https://github.com/perstack-ai/perstack/pull/648) [`a0cd33e`](https://github.com/perstack-ai/perstack/commit/a0cd33e81b0ab6afb8362a35b6a20929292bc091) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Change CLI shebang from `#!/usr/bin/env bun` to `#!/usr/bin/env node` so `npx perstack` works without bun installed. + ## 0.0.103 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 4e0e352e..7a5d9174 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.103", + "version": "0.0.104", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",