diff --git a/.changeset/readme-nav-links.md b/.changeset/readme-nav-links.md deleted file mode 100644 index a18c099..0000000 --- a/.changeset/readme-nav-links.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vndv/pi-codegraph": patch ---- - -Link the README navigation items to their sections. diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a94f9..0d2c2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @vndv/pi-codegraph +## 0.1.5 + +### Patch Changes + +- 0852fcd: Link the README navigation items to their sections. + ## 0.1.4 ### Patch Changes diff --git a/README.md b/README.md index 6581df2..bcf6e9b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ An extension for [pi](https://pi.dev) that gives the agent access to [CodeGraph] npm install -g @colbymchenry/codegraph cd /path/to/project codegraph init -i -pi install npm:@vndv/pi-codegraph@0.1.4 +pi install npm:@vndv/pi-codegraph@0.1.5 pi ``` @@ -51,7 +51,7 @@ Extension tools only. There is no MCP setup for pi users to maintain. From npm: ```bash -pi install npm:@vndv/pi-codegraph@0.1.4 +pi install npm:@vndv/pi-codegraph@0.1.5 ``` From GitHub: @@ -160,7 +160,7 @@ That means another developer only needs the npm package, the `codegraph` CLI, an Remove the package using the same source shown by `pi list`: ```bash -pi remove npm:@vndv/pi-codegraph@0.1.4 +pi remove npm:@vndv/pi-codegraph@0.1.5 ``` If you installed from GitHub or a local path, remove that exact entry instead: diff --git a/package-lock.json b/package-lock.json index ef6bd21..d92835b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vndv/pi-codegraph", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vndv/pi-codegraph", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "devDependencies": { "@changesets/cli": "^2.31.0", diff --git a/package.json b/package.json index 924d310..478463b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vndv/pi-codegraph", - "version": "0.1.4", + "version": "0.1.5", "description": "CodeGraph tools for Pi Agent.", "license": "MIT", "type": "module",