diff --git a/.changeset/native-binary-guards.md b/.changeset/native-binary-guards.md deleted file mode 100644 index cd321d04..00000000 --- a/.changeset/native-binary-guards.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"stash": minor ---- - -Add guards for missing native binaries. When npm skips the platform-specific -optional dependency (a known npm bug), stash now prints actionable fix -guidance instead of a raw `MODULE_NOT_FOUND` stack trace. Adds a new -`stash doctor` command that diagnoses the runtime and native modules and works -even when a binary is missing. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c61a4f1e..e54659ae 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @cipherstash/cli +## 0.17.0 + +### Minor Changes + +- eb94ac8: Add guards for missing native binaries. When npm skips the platform-specific + optional dependency (a known npm bug), stash now prints actionable fix + guidance instead of a raw `MODULE_NOT_FOUND` stack trace. Adds a new + `stash doctor` command that diagnoses the runtime and native modules and works + even when a binary is missing. + ## 0.16.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3246b838..d0571f74 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "stash", - "version": "0.16.0", + "version": "0.17.0", "description": "CipherStash CLI — the one stash command for auth, init, encryption schema, database setup, and secrets.", "repository": { "type": "git",