Skip to content

Commit

Permalink
released v2.1.1 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 26, 2024
1 parent 63d328a commit 32f0128
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/demo1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcj/demo1",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"start": "html-to-markdown index.html"
Expand All @@ -10,7 +10,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"@wcj/html-to-markdown-cli": "^2.1.0",
"@wcj/html-to-markdown-cli": "2.1.1",
"rehype-rewrite": "^4.0.2"
}
}
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": "2.1.0",
"version": "2.1.1",
"description": "Command line tool for html conversion markdown.",
"author": "jaywcjlove",
"type": "module",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@types/minimist": "~1.2.2",
"@wcj/html-to-markdown": "2.1.0",
"@wcj/html-to-markdown": "2.1.1",
"auto-config-loader": "^1.7.7",
"fs-extra": "^11.1.1",
"minimist": "~1.2.6",
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": "2.1.0",
"version": "2.1.1",
"description": "html conversion tool to markdown.",
"homepage": "https://jaywcjlove.github.io/html-to-markdown-cli",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand Down

0 comments on commit 32f0128

Please sign in to comment.