release: v2.5.1

This commit is contained in:
Tobi Lütke 2026-05-20 00:24:59 +00:00
parent 96ab7787f8
commit ba6538090f
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] ## [Unreleased]
## [2.5.1] - 2026-05-20
### Changes ### Changes
- Release: publish from GitHub Actions via npm Trusted Publishing/OIDC instead of a long-lived `NPM_TOKEN` secret. - Release: publish from GitHub Actions via npm Trusted Publishing/OIDC instead of a long-lived `NPM_TOKEN` secret.

View File

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