diff --git a/.changeset/action-shaped-relay-briefs.md b/.changeset/action-shaped-relay-briefs.md deleted file mode 100644 index 11912ed3..00000000 --- a/.changeset/action-shaped-relay-briefs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Add a Task Contract to Relay gather output with preserve, inspect, avoid, and validate actions. diff --git a/.changeset/bright-relay-shortlists.md b/.changeset/bright-relay-shortlists.md deleted file mode 100644 index ea7b7f5a..00000000 --- a/.changeset/bright-relay-shortlists.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Improve Relay selected-ref shortlisting with relevance-aware ordering. diff --git a/.changeset/clean-relay-briefs.md b/.changeset/clean-relay-briefs.md deleted file mode 100644 index 1b407435..00000000 --- a/.changeset/clean-relay-briefs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Improve Relay brief readability and refresh Ghost's own fingerprint anchors. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 52aac122..e1af003c 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,17 @@ # @anarchitecture/ghost +## 0.12.0 + +### Minor Changes + +- [#157](https://github.com/block/ghost/pull/157) [`c07632e`](https://github.com/block/ghost/commit/c07632efadcdcafb8db17fc469c3752594c89899) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Add a Task Contract to Relay gather output with preserve, inspect, avoid, and validate actions. + +### Patch Changes + +- [#157](https://github.com/block/ghost/pull/157) [`20b959f`](https://github.com/block/ghost/commit/20b959f6d2eb2bc067a632de8bad88700afcf849) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Improve Relay selected-ref shortlisting with relevance-aware ordering. + +- [#157](https://github.com/block/ghost/pull/157) [`62494fd`](https://github.com/block/ghost/commit/62494fda4470ae3576e5749fd6ec0ad3ffa6bbb5) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Improve Relay brief readability and refresh Ghost's own fingerprint anchors. + ## 0.11.2 ### Patch Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 952fa95c..2f792ed1 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.11.2", + "version": "0.12.0", "description": "Unified Ghost CLI for product-surface composition fingerprints, deterministic checks, advisory review, and comparison", "license": "Apache-2.0", "author": "Block, Inc.",