lark-docx2md 0.2.1-beta.3 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -141,8 +141,3 @@ ISC
141
141
  ## 🙏 致谢
142
142
 
143
143
  本项目开发过程中获得了 [LINUX DO](https://linux.do/latest) 社区佬友的帮助,本产品会在社区发布,感谢社区的支持。
144
-
145
- ## TODO
146
-
147
- - [ ] 富文本转换
148
- - [x] 电子表格导出为 Markdown
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lark-docx2md",
3
- "version": "0.2.1-beta.3",
3
+ "version": "0.3.0",
4
4
  "description": "Convert Lark/Feishu documents to Markdown",
5
5
  "type": "module",
6
6
  "main": "./dist/converter.js",