Skip to content

Commit 443760f

Browse files
committed
release: v2.5.2
1 parent f72f6dc commit 443760f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [2.5.2] - 2026-05-22
6+
57
### Fixes
68

79
- Launcher: Rewrite `bin/qmd` as a Node-based shebang polyglot to fix global npm installation execution failures on Windows (#668 / #452), while supporting seamless fallback to Bun in Node-less environments.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tobilu/qmd",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)