release: v2.5.3

This commit is contained in:
Tobi Lutke 2026-05-28 19:53:26 -07:00
parent c5f4217a6f
commit 5323277086
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [2.5.3] - 2026-05-28
### Features
- `qmd get` now accepts a `:from:count` suffix on a path or docid (e.g.

View File

@ -1,6 +1,6 @@
{
"name": "@tobilu/qmd",
"version": "2.5.2",
"version": "2.5.3",
"description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
"type": "module",
"main": "dist/index.js",