We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b4bda commit e7f25e9Copy full SHA for e7f25e9
lerna.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "4.0.3",
+ "version": "4.1.0",
3
"packages": [
4
"packages/**"
5
]
packages/action/package.json
@@ -1,11 +1,11 @@
"name": "action",
"engines": {
"node": ">=16"
6
},
7
"dependencies": {
8
"@actions/core": "~1.10.0",
9
- "markdown-to-html-cli": "^4.0.3"
+ "markdown-to-html-cli": "^4.1.0"
10
}
11
packages/cli/package.json
@@ -1,6 +1,6 @@
"name": "markdown-to-html-cli",
"license": "MIT",
"description": "Command line tool generates markdown as html.",
"homepage": "https://jaywcjlove.github.io/markdown-to-html-cli",
0 commit comments