release: v2.5.2

This commit is contained in:
Tobi Lütke 2026-05-22 20:24:08 +00:00
parent f72f6dcc6c
commit 443760f4d5
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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",