Skip to content

Commit

Permalink
Release feishu-pages@v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 16, 2023
1 parent c555b0f commit 5799108
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions feishu-docx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feishu-docx",
"version": "0.5.4",
"version": "0.5.5",
"description": "Convert Feishu Docx into other format (Markdown, HTML ...)",
"module": "src/index.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,4 +35,4 @@
"ts-jest": "^29.1.1"
},
"license": "MIT"
}
}
6 changes: 3 additions & 3 deletions feishu-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feishu-pages",
"version": "0.5.8",
"version": "0.5.9",
"description": "Generate Feishu Wiki into a Markdown for work with Static Page Generators.",
"repository": {
"url": "https://github.com/longbridgeapp/feishu-pages"
Expand All @@ -24,7 +24,7 @@
"@types/node": "^20.5.7",
"axios": "^1.5.0",
"dotenv": "^16.3.1",
"feishu-docx": "0.5.4",
"feishu-docx": "0.5.5",
"mime-types": "^2.1.35",
"typescript": "^5.2.2"
},
Expand All @@ -34,4 +34,4 @@
"js-yaml": "^4.1.0",
"ts-jest": "^29.1.1"
}
}
}

0 comments on commit 5799108

Please sign in to comment.