Skip to content

Commit 8e4f7ef

Browse files
committed
Version 0.3.0
1 parent 6abe3d8 commit 8e4f7ef

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
# 0.3.0 (2023-09-30)
2+
3+
- New dark theme (thanks @peter-liu)
4+
- Ignore YAML front-matter while rendering (thanks @hitzhangjie)
5+
- Improved testing with Nix configuration, pytest, micromamba
6+
- Softly drop support for node.js < 16
7+
- Upgrade node.js dependencies
8+
19
# 0.2.0 (2021-06-16)
210

3-
* Optional support for Mermaid.js diagrams
11+
- Optional support for Mermaid.js diagrams
412
- Fine grained tests using pytest and Selenium which validate the content
513
- CI moved to Github Actions
614
- Upgrade highlight.js and socket.io versions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "git+https://github.com/instant-markdown/instant-markdown-d.git"
77
},
88
"description": "Instantly-updating Markdown Server",
9-
"version": "0.2.0",
9+
"version": "0.3.0",
1010
"license": "Apache-2.0",
1111
"homepage": "https://github.com/instant-markdown/instant-markdown-d",
1212
"engines": {

0 commit comments

Comments
 (0)