release: v2.5.0

This commit is contained in:
Tobi Lütke 2026-05-19 23:08:39 +00:00
parent e3a9c5d02b
commit 1926412f29
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.0] - 2026-05-19
### Changes
- Dependencies: update core SQLite/config/chunking packages (`better-sqlite3`, `yaml`, `web-tree-sitter`, `tree-sitter-go`, and `tree-sitter-python`) while keeping incompatible `zod`, `tsx`, and `vitest` majors pinned.

View File

@ -1,6 +1,6 @@
{
"name": "@tobilu/qmd",
"version": "2.1.0",
"version": "2.5.0",
"description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
"type": "module",
"main": "dist/index.js",