release: v2.8.3

This commit is contained in:
Tobias Lütke
2026-08-16 18:28:32 -04:00
parent e04b1a9c58
commit facd35e013
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"name": "qmd",
"source": "./skills",
"description": "Search and retrieve documents from local markdown files.",
"version": "2.6.3",
"version": "2.8.3",
"author": {
"name": "tobi",
"email": "tobi@lutke.com"
+2
View File
@@ -2,6 +2,8 @@
## [Unreleased]
## [2.8.3] - 2026-08-16
### Security
- `qmd update` no longer runs a project-local `.qmd/index.yml`'s `update:`
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@tobilu/qmd",
"version": "2.6.3",
"version": "2.8.3",
"description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
"type": "module",
"main": "dist/index.js",