Quellcode durchsuchen

release: v1.0.5

Tobi Lutke vor 3 Monaten
Ursprung
Commit
6d399bc50a
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 2 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 2 - 0
CHANGELOG.md

@@ -2,6 +2,8 @@
 
 ## [Unreleased]
 
+## [1.0.5] - 2026-02-16
+
 The npm package now ships compiled JavaScript instead of raw TypeScript,
 removing the `tsx` runtime dependency. A new `/release` skill automates the
 full release workflow with changelog validation and git hook enforcement.

+ 1 - 1
package.json

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