Skip to content

Commit a9d4f26

Browse files
committed
released v4.1.2 #90
1 parent 63a9786 commit a9d4f26

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": "4.1.1",
2+
"version": "4.1.2",
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": "4.1.1",
3+
"version": "4.1.2",
44
"engines": {
55
"node": ">=16"
66
},
77
"dependencies": {
88
"@actions/core": "~1.10.0",
9-
"markdown-to-html-cli": "^4.1.1"
9+
"markdown-to-html-cli": "^4.1.2"
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": "4.1.1",
3+
"version": "4.1.2",
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)