Skip to content

Commit 86409b6

Browse files
authored
Merge pull request #1451 from terwer/release-please--branches--main--components--siyuan-plugin-publisher
chore(main): release siyuan-plugin-publisher 1.24.2
2 parents 9aa8280 + 96f897e commit 86409b6

8 files changed

+21
-20
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3-
## [1.24.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.24.0...siyuan-plugin-publisher-v1.24.1) (2024-11-17)
3+
## [1.24.2](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.24.1...siyuan-plugin-publisher-v1.24.2) (2024-11-17)
44
### Bug Fixes
55
* copy file error in some cases ([d0ddb15](https://github.com/terwer/siyuan-plugin-publisher/commit/d0ddb15f39a44c087227c34b06fcb8de3c05df32))
6+
## [1.24.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.24.0...siyuan-plugin-publisher-v1.24.1) (2024-11-17)
67
## [1.24.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.23.1...siyuan-plugin-publisher-v1.24.0) (2024-11-16)
78
### Features
89
* [#058](https://github.com/terwer/siyuan-plugin-publisher/issues/058) [#1009](https://github.com/terwer/siyuan-plugin-publisher/issues/1009) 全面适配 docker(实验性) ([901e24f](https://github.com/terwer/siyuan-plugin-publisher/commit/901e24f64abe118a9df2dde15501a088257525e0))

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.24.1",
3+
"version": "1.24.2",
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.24.1",
5+
"version": "1.24.2",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

pnpm-lock.yaml

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/extensions/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "思源笔记发布辅助工具",
3-
"version": "1.24.1",
3+
"version": "1.24.2",
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.24.1",
3+
"version": "1.24.2",
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.24.1",
5+
"version": "1.24.2",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)