Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/create-objectstack-bin-exec-bit.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
---
"create-objectstack": patch
---

Fix the declared bin (`bin/create-objectstack.js`) being tracked non-executable
in git. It carries a `#!/usr/bin/env node` shebang and is pnpm's link target
for the `create-objectstack` command, but was committed `100644` instead of
`100755` — matching the sibling declared bin `packages/cli/bin/run.js`, which
was already tracked executable.

Patch bump: this is a packaging-mode correction with no content, API or
behavior change (the blob hash is identical) — it only fixes how the file is
tracked in git and therefore how it is packed for npm.
Empty file modifiedpackages/create-objectstack/bin/create-objectstack.js
100644 → 100755
Empty file.
Loading