diff --git a/CHANGELOG.md b/CHANGELOG.md index f7baeaf..9420d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [1.1.2] - 2026-03-07 + 13 community PRs merged. GPU initialization replaced with node-llama-cpp's built-in `autoAttempt` — deleting ~220 lines of manual fallback code and fixing GPU issues reported across 10+ PRs in one shot. Reranking is faster diff --git a/package.json b/package.json index f95299b..077d373 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tobilu/qmd", - "version": "1.1.1", + "version": "1.1.2", "description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking", "type": "module", "bin": {