From 46b22cae3c14f2fc2b7b2c4b388af6cadd4d3bc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 17:11:57 +0000 Subject: [PATCH] chore(main): release 0.2.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 954b159..054e8bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.6" + ".": "0.2.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index af9592e..715402a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `@inkless/mdbrowse` are documented in this file. From 0.2.3 onward this file is maintained automatically by [Release Please](https://github.com/googleapis/release-please) from Conventional Commit messages on `main`. The 0.1.0 → 0.2.2 entries below were backfilled by hand. +## [0.2.7](https://github.com/inkless/mdbrowse/compare/v0.2.6...v0.2.7) (2026-08-09) + + +### Bug Fixes + +* improve file search relevance ([#7](https://github.com/inkless/mdbrowse/issues/7)) ([148aa8f](https://github.com/inkless/mdbrowse/commit/148aa8f44ff7787217829a0849c1ad0f12f85c09)) + ## [0.2.6](https://github.com/inkless/mdbrowse/compare/v0.2.5...v0.2.6) (2026-06-09) diff --git a/package.json b/package.json index e1e2bdb..21ae934 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inkless/mdbrowse", - "version": "0.2.6", + "version": "0.2.7", "description": "Browse a folder of Markdown locally as a GitHub-styled site. Sidebar nav, ⌘K file search, live reload, mermaid + math, shiki dual-theme highlighting, programmatic API — fully offline, no GitHub API calls.", "keywords": [ "markdown",