From 21a5dcc8538df59d08227c9d7cb8d6d8cdfd285d Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Tue, 10 Mar 2026 20:59:27 -0400 Subject: [PATCH] release: v2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20176c5..95c51a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tobilu/qmd", - "version": "2.0.0", + "version": "2.0.1", "description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking", "type": "module", "main": "dist/index.js",