From 1e7f477a0a001aa899e9ddef4515d8442bb8e761 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 24 Oct 2023 15:58:06 +0800 Subject: [PATCH] Relase feishu-pages v0.4.4 --- feishu-docx/README.md | 2 ++ feishu-docx/package.json | 4 ++-- feishu-pages/package.json | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/feishu-docx/README.md b/feishu-docx/README.md index a871927..4dd8a19 100644 --- a/feishu-docx/README.md +++ b/feishu-docx/README.md @@ -2,6 +2,8 @@ Convert Feishu Docx into other formats (Markdown, HTML ...) +Visit [https://github.com/longbridgeapp/feishu-pages](https://github.com/longbridgeapp/feishu-pages) to learn more. + ## Installation ```bash diff --git a/feishu-docx/package.json b/feishu-docx/package.json index 9cd8d60..9c08751 100644 --- a/feishu-docx/package.json +++ b/feishu-docx/package.json @@ -1,6 +1,6 @@ { "name": "feishu-docx", - "version": "0.4.6", + "version": "0.4.7", "description": "Convert Feishu Docx into other format (Markdown, HTML ...)", "module": "src/index.ts", "main": "dist/index.js", @@ -34,4 +34,4 @@ "ts-jest": "^29.1.1" }, "license": "MIT" -} +} \ No newline at end of file diff --git a/feishu-pages/package.json b/feishu-pages/package.json index a4e67d2..8999e60 100644 --- a/feishu-pages/package.json +++ b/feishu-pages/package.json @@ -1,6 +1,6 @@ { "name": "feishu-pages", - "version": "0.4.3", + "version": "0.4.4", "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.4.6", + "feishu-docx": "0.4.7", "mime-types": "^2.1.35", "typescript": "^5.2.2" },