Skip to content

Commit

Permalink
Relase feishu-pages v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Oct 24, 2023
1 parent 0cdef00 commit 1e7f477
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions feishu-docx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions feishu-docx/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -34,4 +34,4 @@
"ts-jest": "^29.1.1"
},
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions feishu-pages/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
},
Expand Down

0 comments on commit 1e7f477

Please sign in to comment.