Skip to content

Commit d3c2a9a

Browse files
authored
Merge pull request #1153 from terwer/release-please--branches--main--components--siyuan-plugin-publisher
chore(main): release siyuan-plugin-publisher 1.21.1
2 parents 57c48d3 + 0b09abd commit d3c2a9a

7 files changed

+12
-8
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.21.0"
2+
".": "1.21.1"
33
}

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
22

3+
## [1.21.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.21.0...siyuan-plugin-publisher-v1.21.1) (2024-04-10)
4+
### Bug Fixes
5+
* cfg file mod time error ([10b37c1](https://github.com/terwer/siyuan-plugin-publisher/commit/10b37c1104fc0d54ed779dafe48b2df543f0e9fa))
6+
* marks and bold replacements errors ([27d43dd](https://github.com/terwer/siyuan-plugin-publisher/commit/27d43dd2a58cc4ae623551f9c020c4e7aa29c717))
7+
### Miscellaneous
8+
* prepare for 1.21.1 ([0910615](https://github.com/terwer/siyuan-plugin-publisher/commit/09106153194e687c5733e817be10ee5519a37173))
39
## [1.21.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.20.1...siyuan-plugin-publisher-v1.21.0) (2024-04-08)
410
### Features
511
* [#1108](https://github.com/terwer/siyuan-plugin-publisher/issues/1108) support wordpress.com ([7ba8a57](https://github.com/terwer/siyuan-plugin-publisher/commit/7ba8a5716de0b15bac5bbde00d5d69eb508e6bb2))
6-
### Bug Fixes
712
* [#1109](https://github.com/terwer/siyuan-plugin-publisher/issues/1109) support telegra.ph use picgo ([252d927](https://github.com/terwer/siyuan-plugin-publisher/commit/252d92761bc22d56b4e95470b6a76b023a4b6052))
813
* adapt new picgo plugin ([4ec72a2](https://github.com/terwer/siyuan-plugin-publisher/commit/4ec72a268881148dd0aeac361a847a9493baba31))
914
* allow custom set picbed service ([e13720c](https://github.com/terwer/siyuan-plugin-publisher/commit/e13720c91f64522b9a2df7fca4022ff18c0f7f85))
@@ -19,7 +24,6 @@
1924
* support upload images for github and gitlab ([4702357](https://github.com/terwer/siyuan-plugin-publisher/commit/4702357f5070e2e67205206b74e71d7ae9ccf4a9))
2025
* support upload images for metaweblog platforms ([dbd2d62](https://github.com/terwer/siyuan-plugin-publisher/commit/dbd2d622ec74167a7f5e00c37ccc8b0d0514b7f2))
2126
* support upload images for wordpress dot com ([36d6fb6](https://github.com/terwer/siyuan-plugin-publisher/commit/36d6fb69a79fa5eb3e4951fe3012623b21bebf45))
22-
### Miscellaneous
2327
* add 1.20.2 release notes ([644c595](https://github.com/terwer/siyuan-plugin-publisher/commit/644c595aaf17e15c4444d686dc150e046f459bf5))
2428
* update ci ([a429bfd](https://github.com/terwer/siyuan-plugin-publisher/commit/a429bfdff34d433e5ac22ef1e049e45cf0e01936))
2529
* update deps ([9e0e0c9](https://github.com/terwer/siyuan-plugin-publisher/commit/9e0e0c90d4f2cc201485d0222f17b0ef92610e90))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-plugin-publisher",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"description": "Publish articles from Siyuan Notes to platforms such as Yuque, Notion, Cnblogs, WordPress, Typecho, Hexo, Zhihu and more",
55
"repository": "terwer/siyuan-plugin-publisher",
66
"homepage": "https://github.com/terwer/siyuan-plugin-publisher",

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-plugin-publisher",
33
"author": "terwer",
44
"url": "https://github.com/terwer/siyuan-plugin-publisher",
5-
"version": "1.21.0",
5+
"version": "1.21.1",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

src/extensions/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "思源笔记发布辅助工具",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"manifest_version": 3,
55
"author": "terwer",
66
"icons": {

src/extensions/mv2/manifest-v2-for-firefox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "开发版 - 思源笔记发布辅助工具",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"manifest_version": 2,
55
"author": "terwer",
66
"icons": {

widget.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sy-post-publisher",
33
"author": "terwer",
44
"url": "https://github.com/terwer/sy-post-publisher",
5-
"version": "1.21.0",
5+
"version": "1.21.1",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)