Skip to content

Commit

Permalink
released v3.6.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 22, 2023
1 parent 3663919 commit 133a920
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": "3.5.4",
"version": "3.6.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": "3.5.4",
"version": "3.6.0",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"dependencies": {
"@actions/core": "~1.10.0",
"markdown-to-html-cli": "^3.5.4"
"markdown-to-html-cli": "^3.6.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": "3.5.4",
"version": "3.6.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 133a920

Please sign in to comment.