From 7813305acc1ef93261b0cfaad6ea1b52d2f2629f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:54:05 +0000 Subject: [PATCH] Version Packages --- .changeset/rename-package.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/rename-package.md diff --git a/.changeset/rename-package.md b/.changeset/rename-package.md deleted file mode 100644 index ffe45b8..0000000 --- a/.changeset/rename-package.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bootnodedev/canton-barebones": patch ---- - -Rename the npm package from `@bootnodedev/cbn` to `@bootnodedev/canton-barebones` to match the repository name. The CLI binary is still `canton-barebones`; `@bootnodedev/cbn` is deprecated on npm and will receive no further releases. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa874d..13a4a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @bootnodedev/canton-barebones +## 0.2.2 + +### Patch Changes + +- 17059ef: Rename the npm package from `@bootnodedev/cbn` to `@bootnodedev/canton-barebones` to match the repository name. The CLI binary is still `canton-barebones`; `@bootnodedev/cbn` is deprecated on npm and will receive no further releases. + ## 0.2.1 ### Patch Changes diff --git a/package.json b/package.json index 2df6338..3cc5a89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootnodedev/canton-barebones", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "description": "Barebones one-click Canton developer stack.", "bin": {