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": {