diff --git a/bun.lockb b/bun.lockb index 422fd42..0252cb5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/feishu-docx/DEVELOPMENT b/feishu-docx/DEVELOPMENT new file mode 100644 index 0000000..f188173 --- /dev/null +++ b/feishu-docx/DEVELOPMENT @@ -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. diff --git a/feishu-docx/package.json b/feishu-docx/package.json index 2b6e8f1..bc32717 100644 --- a/feishu-docx/package.json +++ b/feishu-docx/package.json @@ -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", @@ -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 059c025..ce9a2ee 100644 --- a/feishu-pages/package.json +++ b/feishu-pages/package.json @@ -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" @@ -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", @@ -36,4 +36,4 @@ "js-yaml": "^4.1.0", "ts-jest": "^29.1.1" } -} +} \ No newline at end of file