diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e81a15..f96c8b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.18.3](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.2...v1.18.3) (2023-11-05) + + +### Bug Fixes + +* 修复博客园无法上传图片问题 ([175809f](https://github.com/terwer/siyuan-plugin-publisher/commit/175809fddb99067b06ceb670a8cb0f0d801d0d57)) +* 修复博客园无法上传图片问题 ([74077ab](https://github.com/terwer/siyuan-plugin-publisher/commit/74077abcd7c94f1e469b73c719746b74e855dd20)) +* 修复根目录发布文档可能呢个出现的路径错误问题 ([bee47fa](https://github.com/terwer/siyuan-plugin-publisher/commit/bee47fa1ceebf3d169928d8105295d5284a1c6ba)) +* 修复自动分类路径可能为空的问题 ([b31cbd0](https://github.com/terwer/siyuan-plugin-publisher/commit/b31cbd0f19e99a905fe7088de1751ab59e2e9d39)) + ## [1.18.2](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.1...v1.18.2) (2023-11-05) ### Bug Fixes * 修复博客园无法上传图片问题 ([103c18d](https://github.com/terwer/siyuan-plugin-publisher/commit/103c18dc344adb4179d0b139b447a28fe54e33d0)) @@ -375,4 +385,4 @@ * **deps-dev:** bump vite-plugin-static-copy from 0.16.0 to 0.17.0 ([feea39d](https://github.com/terwer/siyuan-plugin-publisher/commit/feea39d39bff74051fe0d68153b0628b00bff53f)) * **deps-dev:** bump vitest from 0.32.4 to 0.33.0 ([f2ce507](https://github.com/terwer/siyuan-plugin-publisher/commit/f2ce507ea537601d7dba21de84524274ec1cbee4)) * release 0.8.0 ([29336cd](https://github.com/terwer/siyuan-plugin-publisher/commit/29336cd847064971bc842e44aee75a8e90c226a8)) -* 优化构建流程 ([f4aeea1](https://github.com/terwer/siyuan-plugin-publisher/commit/f4aeea1c618638a7774105a87b3e690d6d5d3927)) \ No newline at end of file +* 优化构建流程 ([f4aeea1](https://github.com/terwer/siyuan-plugin-publisher/commit/f4aeea1c618638a7774105a87b3e690d6d5d3927)) diff --git a/package.json b/package.json index de0e658a..68fff03d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-plugin-publisher", - "version": "1.18.2", + "version": "1.18.3", "description": "Publish articles from Siyuan Notes to platforms such as Yuque, Notion, Cnblogs, WordPress, Typecho, Hexo, Zhihu and more", "repository": "terwer/siyuan-plugin-publisher", "homepage": "https://github.com/terwer/siyuan-plugin-publisher",