From 53084954050b0a931b946b884e1ec36a1a031d9a 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:30:06 +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 e5b0f425..ea671b4c 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.105 + +### Patch Changes + +- [#650](https://github.com/perstack-ai/perstack/pull/650) [`439a633`](https://github.com/perstack-ai/perstack/commit/439a633485c73c3e17af543413c6eb79fd0717ff) 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.104 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 7a5d9174..dc85e149 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.104", + "version": "0.0.105", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",