From 43d11713375eb8faeee7de947bc9820d13b226ce Mon Sep 17 00:00:00 2001 From: Luna Zheng Date: Mon, 13 Jul 2026 13:57:32 -0400 Subject: [PATCH] publish 0.5.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3627591..066f07d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.5 - 2026-07-13 + ### Updated - The `dx-cli` skill now knows to answer general DX product questions — concepts, setup/admin procedures, connector configuration, and troubleshooting — by fetching DX's own documentation (`docs.getdx.com/llms.txt` for the page index, then each page's `.md` URL). Questions about the user's own data still go through the `dx` CLI commands. diff --git a/package.json b/package.json index c9c5d88..674a136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@get-dx/cli", - "version": "0.5.4", + "version": "0.5.5", "description": "DX CLI", "author": "DX ", "bugs": {