release: v2.5.2
This commit is contained in:
parent
f72f6dcc6c
commit
443760f4d5
@ -2,6 +2,8 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.5.2] - 2026-05-22
|
||||
|
||||
### Fixes
|
||||
|
||||
- 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.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tobilu/qmd",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user