Skip to content

Commit 0cf0250

Browse files
committed
released v3.4.18
1 parent 67cbdc8 commit 0cf0250

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.4.17",
2+
"version": "3.4.18",
33
"packages": [
44
"packages/*"
55
],

packages/action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "action",
3-
"version": "3.4.17",
3+
"version": "3.4.18",
44
"engines": {
55
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
66
},
77
"dependencies": {
88
"@actions/core": "~1.9.0",
9-
"markdown-to-html-cli": "^3.4.17"
9+
"markdown-to-html-cli": "^3.4.18"
1010
}
1111
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-to-html-cli",
3-
"version": "3.4.17",
3+
"version": "3.4.18",
44
"license": "MIT",
55
"description": "Command line tool generates markdown as html.",
66
"homepage": "https://jaywcjlove.github.io/markdown-to-html-cli",

0 commit comments

Comments
 (0)