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",