From 032f26edca6ece5071d2c4a9c88fbaaa1b592136 Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Mon, 9 Mar 2026 17:23:02 -0400 Subject: [PATCH] release: v1.1.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04da408..a47a93b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tobilu/qmd", - "version": "1.1.5", + "version": "1.1.6", "description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking", "type": "module", "main": "dist/index.js",