From 6d399bc50a8bb501269eaeb7c3d401893e4b74a0 Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Mon, 16 Feb 2026 08:47:23 -0400 Subject: [PATCH] release: v1.0.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed456b..f5a46b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [1.0.5] - 2026-02-16 + The npm package now ships compiled JavaScript instead of raw TypeScript, removing the `tsx` runtime dependency. A new `/release` skill automates the full release workflow with changelog validation and git hook enforcement. diff --git a/package.json b/package.json index 687ff9a..8c910c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tobilu/qmd", - "version": "1.0.0", + "version": "1.0.5", "description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking", "type": "module", "bin": {