diff --git a/.changeset/ghost-drift-loop-contract.md b/.changeset/ghost-drift-loop-contract.md deleted file mode 100644 index 51ba9054..00000000 --- a/.changeset/ghost-drift-loop-contract.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Add a Ghost-owned drift check command and explicit design-loop opt-in config. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 50a867e3..5c94b89f 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @anarchitecture/ghost +## 0.13.0 + +### Minor Changes + +- [#153](https://github.com/block/ghost/pull/153) [`012140f`](https://github.com/block/ghost/commit/012140fec70b1a6f8c2a7f82e1ad29c7de37a5b6) Thanks [@gnahCnayR](https://github.com/gnahCnayR)! - Add a Ghost-owned drift check command and explicit design-loop opt-in config. + ## 0.12.1 ### Patch Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 24b0cf87..b33d7568 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.12.1", + "version": "0.13.0", "description": "Unified Ghost CLI for product-surface composition fingerprints, deterministic checks, advisory review, and comparison", "license": "Apache-2.0", "author": "Block, Inc.",