From 9b0ba26b8b1c6f8c40e5d0fc01968a5197b17e52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:10:04 +0000 Subject: [PATCH] Version Packages --- .changeset/wire-cli-telemetry-endpoint.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wire-cli-telemetry-endpoint.md diff --git a/.changeset/wire-cli-telemetry-endpoint.md b/.changeset/wire-cli-telemetry-endpoint.md deleted file mode 100644 index 30d915a0..00000000 --- a/.changeset/wire-cli-telemetry-endpoint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@evlog/cli": patch ---- - -Wire a default telemetry ingestion endpoint (`https://telemetry.evlog.cloud/api/telemetry/ingest`) so `evlog` CLI usage data is actually delivered instead of only buffering locally. This only changes *where* already-consented events go — opt-out (`DO_NOT_TRACK=1`, `EVLOG_TELEMETRY=0`, `evlog telemetry disable`) and the `EVLOG_TELEMETRY_ENDPOINT` override still work exactly as before. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f25f7bb4..85b4ac02 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @evlog/cli +## 0.1.3 + +### Patch Changes + +- [`c448a1f`](https://github.com/HugoRCD/evlog/commit/c448a1fbc3c374d6be67ab54786b8d9591d8a73d) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Wire a default telemetry ingestion endpoint (`https://telemetry.evlog.cloud/api/telemetry/ingest`) so `evlog` CLI usage data is actually delivered instead of only buffering locally. This only changes _where_ already-consented events go — opt-out (`DO_NOT_TRACK=1`, `EVLOG_TELEMETRY=0`, `evlog telemetry disable`) and the `EVLOG_TELEMETRY_ENDPOINT` override still work exactly as before. + ## 0.1.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3f74cc9e..c70c53dd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@evlog/cli", - "version": "0.1.2", + "version": "0.1.3", "description": "The official command line for evlog", "author": "HugoRCD ", "homepage": "https://evlog.dev",