Skip to content

Commit c823063

Browse files
authored
Merge pull request #14 from jamesainslie/release-please--branches--main--components--mdview
chore(main): release mdview 0.2.4
2 parents 10a6262 + c053219 commit c823063

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212

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

15+
## [0.2.4](https://github.com/jamesainslie/mdview/compare/mdview-v0.2.3...mdview-v0.2.4) (2025-11-28)
16+
17+
18+
### Bug Fixes
19+
20+
* **docs:** add branch parameter to github actions badges ([10a6262](https://github.com/jamesainslie/mdview/commit/10a62620dd2ec9dda7b489873a813760f11d8203))
21+
* **docs:** add branch parameter to github actions badges ([5cd3658](https://github.com/jamesainslie/mdview/commit/5cd36584d0d1d12d1551b4ed22be3a2166f45350))
22+
1523
## [0.2.3](https://github.com/jamesainslie/mdview/compare/mdview-v0.2.2...mdview-v0.2.3) (2025-11-28)
1624

1725

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.3",
3+
"version": "0.2.4",
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)