Skip to content

Commit

Permalink
released v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 1, 2024
1 parent b4b4bda commit e7f25e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.3",
"version": "4.1.0",
"packages": [
"packages/**"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/action/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "action",
"version": "4.0.3",
"version": "4.1.0",
"engines": {
"node": ">=16"
},
"dependencies": {
"@actions/core": "~1.10.0",
"markdown-to-html-cli": "^4.0.3"
"markdown-to-html-cli": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-to-html-cli",
"version": "4.0.3",
"version": "4.1.0",
"license": "MIT",
"description": "Command line tool generates markdown as html.",
"homepage": "https://jaywcjlove.github.io/markdown-to-html-cli",
Expand Down

0 comments on commit e7f25e9

Please sign in to comment.