diff --git a/.changeset/self-contained-release-tarball.md b/.changeset/self-contained-release-tarball.md deleted file mode 100644 index c8ba4e2d..00000000 --- a/.changeset/self-contained-release-tarball.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Publish GitHub Release archives with runtime dependencies included for package-manager installs. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index e1af003c..50a867e3 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @anarchitecture/ghost +## 0.12.1 + +### Patch Changes + +- [#160](https://github.com/block/ghost/pull/160) [`a43c99a`](https://github.com/block/ghost/commit/a43c99af82d6434b9bdc366a6b7b7b5556687b00) Thanks [@chailandau](https://github.com/chailandau)! - Publish GitHub Release archives with runtime dependencies included for package-manager installs. + ## 0.12.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 2f792ed1..24b0cf87 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.12.0", + "version": "0.12.1", "description": "Unified Ghost CLI for product-surface composition fingerprints, deterministic checks, advisory review, and comparison", "license": "Apache-2.0", "author": "Block, Inc.",