diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b04de4..c5e985b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.18.5](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.4...v1.18.5) (2023-11-07) + + +### Bug Fixes + +* **deps:** bump vue from 3.3.7 to 3.3.8 ([96b7753](https://github.com/terwer/siyuan-plugin-publisher/commit/96b7753d85722642681af51ee3ec85869ee41feb)) +* 修复某些平台 YAML 生成可能发生错误的问题 ([7f99a1b](https://github.com/terwer/siyuan-plugin-publisher/commit/7f99a1b15ea85597828d80534c98559b37d446ff)) + + +### Miscellaneous + +* **deps-dev:** bump @types/crypto-js from 4.1.3 to 4.2.0 ([2042f17](https://github.com/terwer/siyuan-plugin-publisher/commit/2042f1720f416208107375a0918b94b6887b8515)) +* **deps-dev:** bump fast-glob from 3.3.1 to 3.3.2 ([647c993](https://github.com/terwer/siyuan-plugin-publisher/commit/647c9932155ee31e3bbd8f106a56f8e1bcb9da6b)) +* 使用软链接构建项目,提升效率 ([c51abe8](https://github.com/terwer/siyuan-plugin-publisher/commit/c51abe8912a989f531b5c4b57a62ae32c2db63c4)) + ## [1.18.4](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.3...v1.18.4) (2023-11-06) ### Bug Fixes * 修复 yaml 修改未生效问题 ([c3180b9](https://github.com/terwer/siyuan-plugin-publisher/commit/c3180b93ab2964b2ad81a5ba3b7f8bd54781765b)) @@ -381,4 +396,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 0f2d4598..df80713c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-plugin-publisher", - "version": "1.18.4", + "version": "1.18.5", "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",