diff --git a/.changeset/document-manifest-command.md b/.changeset/document-manifest-command.md deleted file mode 100644 index fe845f47..00000000 --- a/.changeset/document-manifest-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Document the manifest command in the CLI overview. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index bf077571..097650d1 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-intelligence/ghost +## 0.31.1 + +### Patch Changes + +- [#269](https://github.com/block/ghost/pull/269) [`a9895fc`](https://github.com/block/ghost/commit/a9895fc1edf3aae8353bca9338179b19e9a05013) Thanks [@chailandau](https://github.com/chailandau)! - Document the manifest command in the CLI overview. + ## 0.31.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index d8cca9fd..f86542db 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.31.0", + "version": "0.31.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.",