release: 0.7.6 (fix permission denied on global install)

The 0.7.5 tarball shipped `dist/bin/codegraph.js` without the executable
bit set, causing `zsh: permission denied: codegraph` after a fresh global
install. The build script now `chmod +x`'s the binary before packing.

Also adds CHANGELOG.md and documents the release workflow in CLAUDE.md.
This commit is contained in:
Colby McHenry
2026-05-13 09:00:41 -05:00
parent 6ac2066a7a
commit 7e617d819b
4 changed files with 70 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@colbymchenry/codegraph",
"version": "0.7.2",
"version": "0.7.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@colbymchenry/codegraph",
"version": "0.7.2",
"version": "0.7.6",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^1.3.0",