From e660cc7f2de5bb23c005c510089426656f037abd Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 24 Oct 2024 21:56:43 +0800 Subject: [PATCH] Version 0.7.0 --- feishu-docx/package.json | 4 ++-- feishu-pages/package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/feishu-docx/package.json b/feishu-docx/package.json index bc32717..b0562c3 100644 --- a/feishu-docx/package.json +++ b/feishu-docx/package.json @@ -1,6 +1,6 @@ { "name": "feishu-docx", - "version": "0.6.7", + "version": "0.7.0", "description": "Convert Feishu Docx into other format (Markdown, HTML ...)", "module": "src/index.ts", "main": "dist/index.js", @@ -36,4 +36,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 ce9a2ee..bc61885 100644 --- a/feishu-pages/package.json +++ b/feishu-pages/package.json @@ -1,6 +1,6 @@ { "name": "feishu-pages", - "version": "0.6.11", + "version": "0.7.0", "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.6.7", + "feishu-docx": "^0.7.0", "marked": "^11.1.0", "marked-xhtml": "^1.0.8", "mime-types": "^2.1.35", @@ -36,4 +36,4 @@ "js-yaml": "^4.1.0", "ts-jest": "^29.1.1" } -} \ No newline at end of file +}