Skip to content

Commit f74b264

Browse files
authored
Merge pull request #1163 from terwer/release-please--branches--main--components--siyuan-plugin-publisher
chore(main): release siyuan-plugin-publisher 1.21.3
2 parents bd7127c + 25107d0 commit f74b264

9 files changed

+16
-13
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3-
## [1.21.2](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.21.1...siyuan-plugin-publisher-v1.21.2) (2024-04-13)
3+
## [1.21.3](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.21.2...siyuan-plugin-publisher-v1.21.3) (2024-04-22)
44
### Bug Fixes
5-
5+
* [#1176](https://github.com/terwer/siyuan-plugin-publisher/issues/1176) time zone error for hugo ([2ab1f07](https://github.com/terwer/siyuan-plugin-publisher/commit/2ab1f07a3dea3c47604d622a79e59471116c1799))
6+
* dev link fail on first run ([fcf60f4](https://github.com/terwer/siyuan-plugin-publisher/commit/fcf60f4e6e52adc8613ef65b5fb53c8e404edd8a))
7+
### Miscellaneous
8+
* add auto-import type define ([aa343d0](https://github.com/terwer/siyuan-plugin-publisher/commit/aa343d084cce390c76c6b29ce1ab26d91fa5c034))
9+
## [1.21.2](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.21.1...siyuan-plugin-publisher-v1.21.2) (2024-04-13)
610
* notion publish error ([cfc974e](https://github.com/terwer/siyuan-plugin-publisher/commit/cfc974e8b4beb56795d4b6442ff467870a7efe2f))
711
* wechat publish error ([e080cff](https://github.com/terwer/siyuan-plugin-publisher/commit/e080cff78a3122cb1cf58631d04a9115044a9817))
8-
### Miscellaneous
912
* **deps-dev:** bump typescript from 5.4.4 to 5.4.5 ([1e63afd](https://github.com/terwer/siyuan-plugin-publisher/commit/1e63afdc0307613b570df6a558a17e4299be4378))
1013
* **deps-dev:** bump vercel from 33.7.0 to 34.0.0 ([a2e7ba3](https://github.com/terwer/siyuan-plugin-publisher/commit/a2e7ba3e3d50cfb142ace515013c2ebb8b6abee4))
1114
* **deps-dev:** bump vitest and @vitest/coverage-v8 ([d20da5f](https://github.com/terwer/siyuan-plugin-publisher/commit/d20da5f63fa54100cbd50264efa3bc383dd76c6e))

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ to [Latest Adaptation](https://terwergreen.feishu.cn/share/base/view/shrcnWT2IGI
138138

139139
## Version Preview
140140

141-
### 1.21.3-preview – As of Q1 2024
141+
### 1.21.4-preview – As of Q1 2024
142142

143143
- Expansion of telegra.ph support for image uploads
144144
- Reference: https://www.npmjs.com/package/telegraph-uploader
@@ -150,7 +150,7 @@ to [Latest Adaptation](https://terwergreen.feishu.cn/share/base/view/shrcnWT2IGI
150150
- #948 #905 Corrections addressing halo platform-related concerns
151151
- Addressing vuepress2 related issues
152152

153-
### 1.21.4-preview – As of Q1 2024
153+
### 1.21.5-preview – As of Q1 2024
154154

155155
- Inclusion of support for BiliBili and Xiaohongshu platforms
156156

README_zh_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
## 版本预告
128128

129-
### 1.21.3-preview - 截止到 2024 年 Q1
129+
### 1.21.4-preview - 截止到 2024 年 Q1
130130

131131
- telegra.ph 支持上传图片
132132
- 参考 https://www.npmjs.com/package/telegraph-uploader
@@ -138,7 +138,7 @@
138138
- #948 #905 halo 平台相关问题修复
139139
- vuepress2 相关问题
140140

141-
### 1.21.4-preview - 截止到 2024 年 Q1
141+
### 1.21.5-preview - 截止到 2024 年 Q1
142142

143143
- 支持 B 站、小红书
144144

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

0 commit comments

Comments
 (0)