From 73e5ac887978a2c9c45d62213603590e78e769e9 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 13 Nov 2023 22:34:28 +0800 Subject: [PATCH] Release feishu-pages 0.5.7 --- 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 cdc92f0..2f75021 100644 --- a/feishu-docx/package.json +++ b/feishu-docx/package.json @@ -1,6 +1,6 @@ { "name": "feishu-docx", - "version": "0.5.3", + "version": "0.5.4", "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 14a7bde..dc42bdb 100644 --- a/feishu-pages/package.json +++ b/feishu-pages/package.json @@ -1,6 +1,6 @@ { "name": "feishu-pages", - "version": "0.5.6", + "version": "0.5.7", "description": "Generate Feishu Wiki into a Markdown for work with Static Page Generators.", "repository": { "url": "https://github.com/longbridgeapp/feishu-pages" @@ -33,4 +33,4 @@ "jest": "^29.6.4", "ts-jest": "^29.1.1" } -} +} \ No newline at end of file