Skip to content

Commit 7eb93da

Browse files
chore(release): 0.1.2 [skip ci]
## [0.1.2](v0.1.1...v0.1.2) (2025-11-20) ### Bug Fixes * **lint:** resolve type safety and async errors ([d038756](d038756)) * resolve TypeScript build errors for release ([08df090](08df090))
1 parent 29b59c9 commit 7eb93da

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.1.2](https://github.com/jamesainslie/mdview/compare/v0.1.1...v0.1.2) (2025-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **lint:** resolve type safety and async errors ([d038756](https://github.com/jamesainslie/mdview/commit/d03875672cc8c30328d6dba3fb0e68b34b46acf1))
7+
* resolve TypeScript build errors for release ([08df090](https://github.com/jamesainslie/mdview/commit/08df090ae484840b240e0f182f23234880628731))
8+
19
## [0.1.1](https://github.com/jamesainslie/mdview/compare/v0.1.0...v0.1.1) (2025-11-19)
210

311

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.1",
3+
"version": "0.1.2",
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.1",
4+
"version": "0.1.2",
55
"description": "Beautiful markdown file viewer with themes, syntax highlighting, and interactive Mermaid diagrams",
66
"permissions": [
77
"storage",

0 commit comments

Comments
 (0)