Skip to content

Commit ead73b5

Browse files
authored
Merge pull request #100 from instant-markdown/rel/v0.3.0
Version 0.3.0
2 parents 216bb6e + 2c29cdd commit ead73b5

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
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: 2 additions & 2 deletions
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": {
@@ -21,7 +21,7 @@
2121
"start": "instant-markdown-d",
2222
"test": "cat tests/test_math.md | instant-markdown-d --mathjax --debug",
2323
"stop": "curl -X DELETE -s -w 'status: %{http_code}' -m 3 localhost:8090",
24-
"prepare": "genversion ./src/version.js"
24+
"prepare": "npx genversion ./src/version.js"
2525
},
2626
"dependencies": {
2727
"highlight.js": "^11.8.0",

src/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)