Skip to content

Commit 4050b1a

Browse files
chore(main): release mdview 0.3.0
1 parent 1fa50b4 commit 4050b1a

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.2.8"
2+
".": "0.3.0"
33
}
44

55

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,23 @@
4444

4545
* **ui:** add log level selector and dynamic version display ([b84cad7](https://github.com/jamesainslie/mdview/commit/b84cad79c6ee742f2d5b3519124ebf087af5dbd2))
4646

47+
## [0.3.0](https://github.com/jamesainslie/mdview/compare/mdview-v0.2.8...mdview-v0.3.0) (2025-12-02)
48+
49+
50+
### chore
51+
52+
* **release:** release 0.3.0 ([1fa50b4](https://github.com/jamesainslie/mdview/commit/1fa50b4e364ecb4c77f15396340df7565384f4b8))
53+
54+
55+
### Features
56+
57+
* **export:** add document export to DOCX and PDF with SVG diagrams ([198719e](https://github.com/jamesainslie/mdview/commit/198719ee063cda9f14451a30aa9e00a5f380abd6))
58+
59+
60+
### Bug Fixes
61+
62+
* **lint:** resolve eslint errors in export modules ([197c628](https://github.com/jamesainslie/mdview/commit/197c628c6809937308c2c0ed9f9e8f92531fab53))
63+
4764
## [0.2.8](https://github.com/jamesainslie/mdview/compare/mdview-v0.2.7...mdview-v0.2.8) (2025-12-01)
4865

4966

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.8",
3+
"version": "0.3.0",
44
"description": "Beautiful Chrome extension for viewing Markdown files with themes, syntax highlighting, and interactive Mermaid diagrams",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)