Skip to content

Commit

Permalink
released v5.0.2 #97
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 1, 2025
1 parent 855820f commit 6c2d7e9
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": "5.0.1",
"version": "5.0.2",
"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": "5.0.1",
"version": "5.0.2",
"engines": {
"node": ">=16"
},
"dependencies": {
"@actions/core": "~1.10.0",
"markdown-to-html-cli": "^5.0.1"
"markdown-to-html-cli": "^5.0.2"
}
}
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": "5.0.1",
"version": "5.0.2",
"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 6c2d7e9

Please sign in to comment.