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