diff --git a/.changeset/honest-development-preview.md b/.changeset/honest-development-preview.md deleted file mode 100644 index 70a156d0..00000000 --- a/.changeset/honest-development-preview.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Remove the public documentation links and direct readers to current CLI help. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 48c03b1e..3d970a5b 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-intelligence/ghost +## 0.25.1 + +### Patch Changes + +- [#243](https://github.com/block/ghost/pull/243) [`962094e`](https://github.com/block/ghost/commit/962094e33f5a17874f812ead28c5d3bd470e5bf6) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Remove the public documentation links and direct readers to current CLI help. + ## 0.25.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index f914ca95..12f27d92 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.25.0", + "version": "0.25.1", "description": "ghost CLI for portable .ghost/ packages of brand guidance your agent reads before it builds, with advisory review after", "license": "Apache-2.0", "author": "Block, Inc.",