Skip to content

Commit

Permalink
released v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 28, 2023
1 parent 694673b commit 7ae2536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcj/html-to-markdown-cli",
"version": "1.0.1",
"version": "2.0.0",
"description": "Command line tool for html conversion markdown.",
"author": "jaywcjlove",
"type": "module",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@types/minimist": "~1.2.2",
"@wcj/html-to-markdown": "1.0.1",
"@wcj/html-to-markdown": "2.0.0",
"fs-extra": "^11.1.1",
"minimist": "~1.2.6",
"node-fetch": "^3.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/html-to-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcj/html-to-markdown",
"version": "1.0.1",
"version": "2.0.0",
"description": "html conversion tool to markdown.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand Down

0 comments on commit 7ae2536

Please sign in to comment.