diff --git a/.changeset/readme-requirements.md b/.changeset/readme-requirements.md deleted file mode 100644 index 64d5957..0000000 --- a/.changeset/readme-requirements.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ghost-drift": patch ---- - -Document the Node.js 18+ requirement in the package README so it's visible on the npm listing page without readers having to open the `engines` field in `package.json`. diff --git a/packages/ghost-drift/CHANGELOG.md b/packages/ghost-drift/CHANGELOG.md index bb508ad..0b9b28b 100644 --- a/packages/ghost-drift/CHANGELOG.md +++ b/packages/ghost-drift/CHANGELOG.md @@ -1,5 +1,11 @@ # ghost-drift +## 0.1.1 + +### Patch Changes + +- [#43](https://github.com/block/ghost/pull/43) [`a8d1726`](https://github.com/block/ghost/commit/a8d1726c2870cf74d347409e4e7fb6eb2958f454) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Document the Node.js 18+ requirement in the package README so it's visible on the npm listing page without readers having to open the `engines` field in `package.json`. + ## 0.1.0 ### Minor Changes diff --git a/packages/ghost-drift/package.json b/packages/ghost-drift/package.json index 21efb62..71526ed 100644 --- a/packages/ghost-drift/package.json +++ b/packages/ghost-drift/package.json @@ -1,6 +1,6 @@ { "name": "ghost-drift", - "version": "0.1.0", + "version": "0.1.1", "description": "Deterministic design drift detection — CLI + engine for fingerprinting, comparing, and tracking design languages across a fleet of projects", "license": "Apache-2.0", "author": "Block, Inc.",