diff --git a/.changeset/bright-relay-docs.md b/.changeset/bright-relay-docs.md deleted file mode 100644 index 87bc7211..00000000 --- a/.changeset/bright-relay-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Update documentation to point generation-context workflows at `ghost relay gather`. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index d1d67092..cd805e98 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @anarchitecture/ghost +## 0.9.1 + +### Patch Changes + +- [#147](https://github.com/block/ghost/pull/147) [`5acba39`](https://github.com/block/ghost/commit/5acba397f9fbe3a325481035c1de51d12df2c9b9) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Update documentation to point generation-context workflows at `ghost relay gather`. + ## 0.9.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 9d22af6d..89e28543 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.9.0", + "version": "0.9.1", "description": "Unified Ghost CLI for product-surface composition fingerprints, deterministic checks, advisory review, and comparison", "license": "Apache-2.0", "author": "Block, Inc.",