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 67cbdc8 commit 0cf0250Copy full SHA for 0cf0250
lerna.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "3.4.17",
+ "version": "3.4.18",
3
"packages": [
4
"packages/*"
5
],
packages/action/package.json
@@ -1,11 +1,11 @@
"name": "action",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
6
},
7
"dependencies": {
8
"@actions/core": "~1.9.0",
9
- "markdown-to-html-cli": "^3.4.17"
+ "markdown-to-html-cli": "^3.4.18"
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