Skip to content

Commit 1520f98

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.2...v0.2.0) (2025-11-28) ### Bug Fixes * **file-scanner:** add context invalidation detection with debug logging ([9084947](9084947)) * **section-splitter:** track code fence state to prevent false heading detection ([325a868](325a868)) * **tests:** correct synchronous error mock in render pipeline test ([e997517](e997517)) ### Features * **ui:** add log level selector and dynamic version display ([b84cad7](b84cad7))
1 parent 24c12d4 commit 1520f98

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.2.0](https://github.com/jamesainslie/mdview/compare/v0.1.2...v0.2.0) (2025-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **file-scanner:** add context invalidation detection with debug logging ([9084947](https://github.com/jamesainslie/mdview/commit/9084947484b74f1b984cf156112aafb35ae63c92))
7+
* **section-splitter:** track code fence state to prevent false heading detection ([325a868](https://github.com/jamesainslie/mdview/commit/325a868b7accf076333dd837ff18ac40b0d5d8f4))
8+
* **tests:** correct synchronous error mock in render pipeline test ([e997517](https://github.com/jamesainslie/mdview/commit/e99751786160ac995938658f666f7d42dda0bcdb))
9+
10+
11+
### Features
12+
13+
* **ui:** add log level selector and dynamic version display ([b84cad7](https://github.com/jamesainslie/mdview/commit/b84cad79c6ee742f2d5b3519124ebf087af5dbd2))
14+
115
## [0.1.2](https://github.com/jamesainslie/mdview/compare/v0.1.1...v0.1.2) (2025-11-20)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdview",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Beautiful Chrome extension for viewing Markdown files with themes, syntax highlighting, and interactive Mermaid diagrams",
55
"type": "module",
66
"scripts": {

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "MDView - Markdown Viewer",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"description": "Beautiful markdown file viewer with themes, syntax highlighting, and interactive Mermaid diagrams",
66
"permissions": [
77
"storage",

0 commit comments

Comments
 (0)