Skip to content

Commit 92c113b

Browse files
committed
Release feishu-pages@v0.6.11
1 parent 57b1441 commit 92c113b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

bun.lockb

97.2 KB
Binary file not shown.

feishu-docx/DEVELOPMENT

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Release a version
2+
3+
- Update the version in `package.json`
4+
- Run `bun run release` to build and publish NPM to the registry.

feishu-docx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feishu-docx",
3-
"version": "0.6.5",
3+
"version": "0.6.7",
44
"description": "Convert Feishu Docx into other format (Markdown, HTML ...)",
55
"module": "src/index.ts",
66
"main": "dist/index.js",
@@ -36,4 +36,4 @@
3636
"ts-jest": "^29.1.1"
3737
},
3838
"license": "MIT"
39-
}
39+
}

feishu-pages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feishu-pages",
3-
"version": "0.6.10",
3+
"version": "0.6.11",
44
"description": "Generate Feishu Wiki into a Markdown for work with Static Page Generators.",
55
"repository": {
66
"url": "https://github.com/longbridgeapp/feishu-pages"
@@ -24,7 +24,7 @@
2424
"@types/node": "^20.5.7",
2525
"axios": "^1.5.0",
2626
"dotenv": "^16.3.1",
27-
"feishu-docx": "^0.6.3",
27+
"feishu-docx": "^0.6.7",
2828
"marked": "^11.1.0",
2929
"marked-xhtml": "^1.0.8",
3030
"mime-types": "^2.1.35",
@@ -36,4 +36,4 @@
3636
"js-yaml": "^4.1.0",
3737
"ts-jest": "^29.1.1"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)