Skip to content

Commit 0bcd33d

Browse files
authored
Merge pull request #28 from jamesainslie/release-please--branches--main--components--mdview
chore(main): release mdview 0.3.2
2 parents 2e2cfd5 + 4506491 commit 0bcd33d

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.3.1"
2+
".": "0.3.2"
33
}
44

55

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
* **changelog:** remove manual unreleased section ([eaf770f](https://github.com/jamesainslie/mdview/commit/eaf770f71be1d6696e040f34f288da47469a246f))
77

8+
## [0.3.2](https://github.com/jamesainslie/mdview/compare/mdview-v0.3.1...mdview-v0.3.2) (2025-12-02)
9+
10+
11+
### Documentation
12+
13+
* **changelog:** remove duplicate 0.2.0 section ([2e2cfd5](https://github.com/jamesainslie/mdview/commit/2e2cfd5b698b77d8c88244a3a0ed86ba6751de88))
14+
815
## [0.3.0](https://github.com/jamesainslie/mdview/compare/mdview-v0.2.8...mdview-v0.3.0) (2025-12-02)
916

1017

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