Tobi Lutke пре 2 месеци
родитељ
комит
2ae1baba2f
2 измењених фајлова са 3 додато и 1 уклоњено
  1. 2 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 2 - 0
CHANGELOG.md

@@ -2,6 +2,8 @@
 
 ## [Unreleased]
 
+## [1.1.1] - 2026-03-06
+
 ### Fixes
 
 - Reranker: truncate documents exceeding the 2048-token context window

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tobilu/qmd",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
   "type": "module",
   "bin": {