From f781d6da8c22240a5e4da811c29db32cc0a26b65 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 16 Nov 2023 10:47:18 +0800 Subject: [PATCH] Release feishu-pages@v0.5.10 --- feishu-docx/package.json | 2 +- feishu-pages/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" },