Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.6"
".": "0.2.7"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading