From 541e4846f15d90398bfe56361076981b56c0b203 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 10:50:25 +0000 Subject: [PATCH] Version Packages --- .changeset/migrate-board-cli-directory.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/migrate-board-cli-directory.md diff --git a/.changeset/migrate-board-cli-directory.md b/.changeset/migrate-board-cli-directory.md deleted file mode 100644 index 9219302..0000000 --- a/.changeset/migrate-board-cli-directory.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ankhorage/board": patch ---- - -Move the standalone CLI entrypoint into `src/cli/` and update the published binary path. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc8709..782ab9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/board +## 0.3.1 + +### Patch Changes + +- fcc5358: Move the standalone CLI entrypoint into `src/cli/` and update the published binary path. + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index e971a81..0fc2eff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/board", - "version": "0.3.0", + "version": "0.3.1", "description": "Explicit Ankh provider bootstrap for boarding websites and source artifacts into Ankhorage.", "license": "MIT", "publishConfig": {