Skip to content

Commit

Permalink
Release feishu-pages@v0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jun 4, 2024
1 parent 57b1441 commit 92c113b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 4 additions & 0 deletions feishu-docx/DEVELOPMENT
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Release a version

- Update the version in `package.json`
- Run `bun run release` to build and publish NPM to the registry.
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.6.5",
"version": "0.6.7",
"description": "Convert Feishu Docx into other format (Markdown, HTML ...)",
"module": "src/index.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -36,4 +36,4 @@
"ts-jest": "^29.1.1"
},
"license": "MIT"
}
}
6 changes: 3 additions & 3 deletions feishu-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feishu-pages",
"version": "0.6.10",
"version": "0.6.11",
"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.6.3",
"feishu-docx": "^0.6.7",
"marked": "^11.1.0",
"marked-xhtml": "^1.0.8",
"mime-types": "^2.1.35",
Expand All @@ -36,4 +36,4 @@
"js-yaml": "^4.1.0",
"ts-jest": "^29.1.1"
}
}
}

0 comments on commit 92c113b

Please sign in to comment.