From 304ebf3cfb3486a2ba85033c8ad2ed2e20072528 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:34:30 +0000 Subject: [PATCH] chore(main): release 1.16.0 --- CHANGELOG.md | 16 +++++++++++++++- package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb924905..6ad18051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.16.0](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.15.1...v1.16.0) (2023-10-10) + + +### Features + +* [#774](https://github.com/terwer/siyuan-plugin-publisher/issues/774) [#751](https://github.com/terwer/siyuan-plugin-publisher/issues/751) 知乎平台支持公式和表格 ([7af4590](https://github.com/terwer/siyuan-plugin-publisher/commit/7af45902f65b9f34e53acda054714e8cdd057865)) +* [#774](https://github.com/terwer/siyuan-plugin-publisher/issues/774) [#751](https://github.com/terwer/siyuan-plugin-publisher/issues/751) 知乎平台支持公式和表格 ([21f2513](https://github.com/terwer/siyuan-plugin-publisher/commit/21f25135fd5bd14c0daafc62d24ae425e645e90e)) +* Github 和 Gitlab 系列平台支持自定义设置作者主页 ([720c3b4](https://github.com/terwer/siyuan-plugin-publisher/commit/720c3b4a437e6ca546b25376041fd7246976ecca)) + + +### Miscellaneous + +* **deps-dev:** bump vue-tsc from 1.8.16 to 1.8.18 ([61dadf6](https://github.com/terwer/siyuan-plugin-publisher/commit/61dadf6ec63e1a1d922e76f4219fb973b4c0a546)) + ## [1.15.1](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.15.0...v1.15.1) (2023-10-08) ### Bug Fixes * [#744](https://github.com/terwer/siyuan-plugin-publisher/issues/744) WordPress更新文章标签重复 ([1fc2171](https://github.com/terwer/siyuan-plugin-publisher/commit/1fc2171420bd309ce8354f226698f1968ab0349b)) @@ -319,4 +333,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 1fba3d98..c2b600ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-plugin-publisher", - "version": "1.15.1", + "version": "1.16.0", "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",