From 075474be8030d860f80860d644bba04784882bf0 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 19 Sep 2023 14:51:48 +0800 Subject: [PATCH] feishu-pages@0.3.1 --- feishu-pages/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feishu-pages/package.json b/feishu-pages/package.json index 398b660..24afe10 100644 --- a/feishu-pages/package.json +++ b/feishu-pages/package.json @@ -1,6 +1,6 @@ { "name": "feishu-pages", - "version": "0.3.0", + "version": "0.3.1", "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.3.1", + "feishu-docx": "^0.3.2", "mime-types": "^2.1.35", "typescript": "^5.2.2" },