diff --git a/.changeset/ghost-package-dir-everywhere.md b/.changeset/ghost-package-dir-everywhere.md deleted file mode 100644 index ef78aeae..00000000 --- a/.changeset/ghost-package-dir-everywhere.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Honor `GHOST_PACKAGE_DIR` in the drift, ack, diverge, compare-history, and review-command emit paths so relocated fingerprint packages resolve consistently. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 5e31bb95..e0acdfc9 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @anarchitecture/ghost +## 0.18.1 + +### Patch Changes + +- [#187](https://github.com/block/ghost/pull/187) [`5a2be98`](https://github.com/block/ghost/commit/5a2be98f4ee77e372fb2bf5e2bac6cfc0a854ceb) Thanks [@chailandau](https://github.com/chailandau)! - Honor `GHOST_PACKAGE_DIR` in the drift, ack, diverge, compare-history, and review-command emit paths so relocated fingerprint packages resolve consistently. + ## 0.18.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 212ae8ed..db297bb5 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.18.0", + "version": "0.18.1", "description": "Unified Ghost CLI for product-surface composition fingerprints, deterministic checks, advisory review, and comparison", "license": "Apache-2.0", "author": "Block, Inc.",