Skip to content

Commit 5dda682

Browse files
committed
released v4.0.0
1 parent f775657 commit 5dda682

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.10.3",
2+
"version": "4.0.0",
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.10.3",
3+
"version": "4.0.0",
44
"engines": {
55
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
66
},
77
"dependencies": {
88
"@actions/core": "~1.10.0",
9-
"markdown-to-html-cli": "^3.10.3"
9+
"markdown-to-html-cli": "^4.0.0"
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.10.3",
3+
"version": "4.0.0",
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)