From 21fc47e275988d7574292566f46aadc4597073de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:53:26 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-curl-install.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fix-curl-install.md diff --git a/.changeset/fix-curl-install.md b/.changeset/fix-curl-install.md deleted file mode 100644 index b81f420..0000000 --- a/.changeset/fix-curl-install.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@enbox/gitd': patch ---- - -fix: install gitd through the Bun package path - -The curl installer now installs the published `@enbox/gitd` package with Bun -and links wrappers into `~/.gitd/bin`. Standalone release artifacts are disabled -until gitd no longer depends on native packages that need platform-local -installation. diff --git a/CHANGELOG.md b/CHANGELOG.md index 289e418..d5f7a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @enbox/gitd +## 0.9.7 + +### Patch Changes + +- [#182](https://github.com/enboxorg/gitd/pull/182) [`c186b0e`](https://github.com/enboxorg/gitd/commit/c186b0e0aa2728dd898e62cd08b4476c010a70be) Thanks [@LiranCohen](https://github.com/LiranCohen)! - fix: install gitd through the Bun package path + + The curl installer now installs the published `@enbox/gitd` package with Bun + and links wrappers into `~/.gitd/bin`. Standalone release artifacts are disabled + until gitd no longer depends on native packages that need platform-local + installation. + ## 0.9.6 ### Patch Changes diff --git a/package.json b/package.json index 6717e04..0a8220c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enbox/gitd", - "version": "0.9.6", + "version": "0.9.7", "description": "Decentralized forge (GitHub alternative) built on DWN protocols", "type": "module", "main": "./dist/esm/index.js",