Skip to content

Commit 3196964

Browse files
authored
Merge pull request #1552 from terwer/release-please--branches--main--components--siyuan-plugin-publisher
chore(main): release siyuan-plugin-publisher 1.32.1
2 parents 5dc1520 + bc97e65 commit 3196964

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.32.0"
2+
".": "1.32.1"
33
}

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.32.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.32.0...siyuan-plugin-publisher-v1.32.1) (2024-12-21)
4+
### Bug Fixes
5+
* halo config change not work ([3ba3ae3](https://github.com/terwer/siyuan-plugin-publisher/commit/3ba3ae32a32edb296ea4eb3e44733adaaea6a0e6))
36
## [1.32.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.31.0...siyuan-plugin-publisher-v1.32.0) (2024-12-21)
47
### Features
58
* add xiaohongshu support ([8e17b16](https://github.com/terwer/siyuan-plugin-publisher/commit/8e17b166af9bd9a702d0389111592c9566f0c66a))
@@ -13,7 +16,6 @@
1316
* add bilibili support - draft ([d0b68ed](https://github.com/terwer/siyuan-plugin-publisher/commit/d0b68edbb2add41e4a3d2895a39007ef1954b9c5))
1417
* add bilibili support - lists ([67706c0](https://github.com/terwer/siyuan-plugin-publisher/commit/67706c07067753bdde56b97d7453b9987edb97e7))
1518
## [1.30.2](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.30.1...siyuan-plugin-publisher-v1.30.2) (2024-12-16)
16-
### Bug Fixes
1719
* [#1202](https://github.com/terwer/siyuan-plugin-publisher/issues/1202) add option for outer link ([d8e3366](https://github.com/terwer/siyuan-plugin-publisher/commit/d8e336666306450981f2e4bdc04d0ff245cb770d))
1820
* [#1529](https://github.com/terwer/siyuan-plugin-publisher/issues/1529) cate sync error ([0719c49](https://github.com/terwer/siyuan-plugin-publisher/commit/0719c497a6e95655dfba8606605ac9bd84284b08))
1921
* [#1530](https://github.com/terwer/siyuan-plugin-publisher/issues/1530) add option for slug change ([16c0c16](https://github.com/terwer/siyuan-plugin-publisher/commit/16c0c168b5347a9af3d58a7893559ee320bae740))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-plugin-publisher",
3-
"version": "1.32.0",
3+
"version": "1.32.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

Lines changed: 1 addition & 1 deletion
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.32.0",
5+
"version": "1.32.1",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

src/extensions/manifest.json

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

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

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

widget.json

Lines changed: 1 addition & 1 deletion
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.32.0",
5+
"version": "1.32.1",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)