From 5cf6e4de21545d5ef7c6417c1c4687dbee1454d9 Mon Sep 17 00:00:00 2001 From: terwer Date: Sun, 17 Nov 2024 04:19:03 +0800 Subject: [PATCH 1/2] chore(main): release siyuan-plugin-publisher 1.23.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cdcf20eb..276cb37a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.23.0" + ".": "1.23.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7ed38d..7212397c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.23.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.23.0...siyuan-plugin-publisher-v1.23.1) (2024-11-16) + + +### Bug Fixes + +* pic upload error in some cases ([db26541](https://github.com/terwer/siyuan-plugin-publisher/commit/db26541b5ee4b167bb050db9540281b18b93dad7)) +* pic upload error in some cases ([ba5a1cd](https://github.com/terwer/siyuan-plugin-publisher/commit/ba5a1cd6aea06f506e0b7b08c0abbed855b6b40b)) +* pic upload error in some cases ([5111ecd](https://github.com/terwer/siyuan-plugin-publisher/commit/5111ecdc6fb870bc5401516f5602e29400981454)) +* pic upload error in some cases ([986c18e](https://github.com/terwer/siyuan-plugin-publisher/commit/986c18efb3bc4b8d68348a9c6d7b0020fa9d18e5)) + ## [1.23.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.22.1...siyuan-plugin-publisher-v1.23.0) (2024-11-08) ### Features * support stream for short desc ([b70e350](https://github.com/terwer/siyuan-plugin-publisher/commit/b70e3502f911ad80527544482d5abed53179a561)) @@ -589,4 +599,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 44265a37..f75bcb2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-plugin-publisher", - "version": "1.23.5", + "version": "1.23.1", "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", From 57ae65bf3bfe0b8cba7f69b712abe280814b7f45 Mon Sep 17 00:00:00 2001 From: terwer Date: Sun, 17 Nov 2024 04:26:53 +0800 Subject: [PATCH 2/2] chore: release 1.23.1 --- CHANGELOG.md | 10 +--------- plugin.json | 2 +- src/extensions/manifest.json | 2 +- src/extensions/mv2/manifest-v2-for-firefox.json | 2 +- widget.json | 2 +- 5 files changed, 5 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7212397c..b478218f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,14 @@ # Changelog ## [1.23.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.23.0...siyuan-plugin-publisher-v1.23.1) (2024-11-16) - - ### Bug Fixes - -* pic upload error in some cases ([db26541](https://github.com/terwer/siyuan-plugin-publisher/commit/db26541b5ee4b167bb050db9540281b18b93dad7)) -* pic upload error in some cases ([ba5a1cd](https://github.com/terwer/siyuan-plugin-publisher/commit/ba5a1cd6aea06f506e0b7b08c0abbed855b6b40b)) -* pic upload error in some cases ([5111ecd](https://github.com/terwer/siyuan-plugin-publisher/commit/5111ecdc6fb870bc5401516f5602e29400981454)) * pic upload error in some cases ([986c18e](https://github.com/terwer/siyuan-plugin-publisher/commit/986c18efb3bc4b8d68348a9c6d7b0020fa9d18e5)) - ## [1.23.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.22.1...siyuan-plugin-publisher-v1.23.0) (2024-11-08) ### Features * support stream for short desc ([b70e350](https://github.com/terwer/siyuan-plugin-publisher/commit/b70e3502f911ad80527544482d5abed53179a561)) ### Miscellaneous * update docs ([df4c220](https://github.com/terwer/siyuan-plugin-publisher/commit/df4c2201d24136aa535ff9174ad733cb3e2ecf50)) ## [1.22.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.22.0...siyuan-plugin-publisher-v1.22.1) (2024-11-08) -### Bug Fixes * add ts lint check ([dbaa227](https://github.com/terwer/siyuan-plugin-publisher/commit/dbaa22786c6b0aa8c37a72b6667abce596cdb215)) * **deps:** bump cheerio from 1.0.0-rc.12 to 1.0.0 ([02ba33d](https://github.com/terwer/siyuan-plugin-publisher/commit/02ba33dc8b10e77751b09c74189ea68c49d2f571)) * **deps:** bump iframe-resizer from 4.4.5 to 5.3.2 ([870ff9f](https://github.com/terwer/siyuan-plugin-publisher/commit/870ff9fbef081154e906f0fc52363e7e27a25573)) @@ -599,4 +591,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)) +* 优化构建流程 ([f4aeea1](https://github.com/terwer/siyuan-plugin-publisher/commit/f4aeea1c618638a7774105a87b3e690d6d5d3927)) \ No newline at end of file diff --git a/plugin.json b/plugin.json index 1d270db2..11223adb 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-plugin-publisher", "author": "terwer", "url": "https://github.com/terwer/siyuan-plugin-publisher", - "version": "1.23.0", + "version": "1.23.1", "minAppVersion": "2.9.0", "backends": [ "windows", diff --git a/src/extensions/manifest.json b/src/extensions/manifest.json index a15a606f..2a3c48e6 100644 --- a/src/extensions/manifest.json +++ b/src/extensions/manifest.json @@ -1,6 +1,6 @@ { "name": "思源笔记发布辅助工具", - "version": "1.23.0", + "version": "1.23.1", "manifest_version": 3, "author": "terwer", "icons": { diff --git a/src/extensions/mv2/manifest-v2-for-firefox.json b/src/extensions/mv2/manifest-v2-for-firefox.json index 750070d1..bc2ad507 100644 --- a/src/extensions/mv2/manifest-v2-for-firefox.json +++ b/src/extensions/mv2/manifest-v2-for-firefox.json @@ -1,6 +1,6 @@ { "name": "开发版 - 思源笔记发布辅助工具", - "version": "1.23.0", + "version": "1.23.1", "manifest_version": 2, "author": "terwer", "icons": { diff --git a/widget.json b/widget.json index e3afe09c..7677b0ea 100644 --- a/widget.json +++ b/widget.json @@ -2,7 +2,7 @@ "name": "sy-post-publisher", "author": "terwer", "url": "https://github.com/terwer/sy-post-publisher", - "version": "1.23.0", + "version": "1.23.1", "minAppVersion": "2.9.0", "backends": [ "windows",