diff --git a/.changeset/stop-broken-config.md b/.changeset/stop-broken-config.md deleted file mode 100644 index d67a843..0000000 --- a/.changeset/stop-broken-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bootnodedev/cbn": patch ---- - -`stop` no longer requires a fully valid config: it reads only `composeProjectName` and tears the stack down by Compose project label (`docker compose -p down --remove-orphans`), so a broken config can still stop a running stack. If `composeProjectName` itself is missing or invalid, `stop` fails with the usual config error. All other Docker commands still validate the full config. diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3d818..a7f0f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @bootnodedev/cbn +## 0.2.1 + +### Patch Changes + +- a210900: `stop` no longer requires a fully valid config: it reads only `composeProjectName` and tears the stack down by Compose project label (`docker compose -p down --remove-orphans`), so a broken config can still stop a running stack. If `composeProjectName` itself is missing or invalid, `stop` fails with the usual config error. All other Docker commands still validate the full config. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index 91894bc..303ca82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootnodedev/cbn", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "description": "Barebones one-click Canton developer stack.", "bin": {