diff --git a/feishu-docx/package.json b/feishu-docx/package.json index 2201cbd..597d402 100644 --- a/feishu-docx/package.json +++ b/feishu-docx/package.json @@ -1,6 +1,6 @@ { "name": "feishu-docx", - "version": "0.5.5", + "version": "0.5.6", "description": "Convert Feishu Docx into other format (Markdown, HTML ...)", "module": "src/index.ts", "main": "dist/index.js", diff --git a/feishu-pages/package.json b/feishu-pages/package.json index 6120800..2539229 100644 --- a/feishu-pages/package.json +++ b/feishu-pages/package.json @@ -1,6 +1,6 @@ { "name": "feishu-pages", - "version": "0.5.9", + "version": "0.5.10", "description": "Generate Feishu Wiki into a Markdown for work with Static Page Generators.", "repository": { "url": "https://github.com/longbridgeapp/feishu-pages" @@ -24,7 +24,7 @@ "@types/node": "^20.5.7", "axios": "^1.5.0", "dotenv": "^16.3.1", - "feishu-docx": "0.5.5", + "feishu-docx": "0.5.6", "mime-types": "^2.1.35", "typescript": "^5.2.2" },